Merge pull request #2206 from dapr/nofossa

This commit is contained in:
Bernd Verst 2022-10-20 11:09:20 -07:00 committed by GitHub
commit 0326f139c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -39,8 +39,9 @@ jobs:
with:
api-key: ${{ env.FOSSA_API_KEY }}
- name: "Run FOSSA Test"
uses: fossas/fossa-action@v1.3.1 # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: true
# REMOVING THIS STEP AS FOSSA API HAS BEEN FAILING FOR MONTHS NOW
# - name: "Run FOSSA Test"
# uses: fossas/fossa-action@v1.3.1 # Use a specific version if locking is preferred
# with:
# api-key: ${{ env.FOSSA_API_KEY }}
# run-tests: true