Skip to content

Commit

Permalink
fix: if fossa errors exit 0, write an info log
Browse files Browse the repository at this point in the history
This means the check will show up as green, so that contributers/consumers of public repos do not have to worry about it.
  • Loading branch information
elaguerta-nr committed Jun 3, 2024
1 parent a950541 commit 7b20f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/composite/fossa-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ runs:
shell: bash
if: ${{ env.HAS_FOSSA_TARGETS == 'Error' || env.FOSSA_ANALYZE_RESULT == 'Error' }}
run: |
exit 1
echo "::notice::FOSSA - please follow up internally."
exit 0
# exit 1

0 comments on commit 7b20f93

Please sign in to comment.