|
|
@@ -29,6 +29,7 @@ jobs:
|
|
|
- name: "Run FOSSA Scan"
|
|
|
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # main
|
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
|
+ continue-on-error: true
|
|
|
env:
|
|
|
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
|
|
|
with:
|
|
|
@@ -37,6 +38,7 @@ jobs:
|
|
|
- name: "Run FOSSA Test"
|
|
|
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # main
|
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
|
+ continue-on-error: true
|
|
|
env:
|
|
|
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
|
|
|
with:
|