We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b12b334 + 7b20f93 commit cc2985fCopy full SHA for cc2985f
.github/composite/fossa-composite/action.yml
@@ -67,4 +67,6 @@ runs:
67
shell: bash
68
if: ${{ env.HAS_FOSSA_TARGETS == 'Error' || env.FOSSA_ANALYZE_RESULT == 'Error' }}
69
run: |
70
- exit 1
+ echo "::notice::FOSSA - please follow up internally."
71
+ exit 0
72
+# exit 1
0 commit comments