Skip to content

Commit

Permalink
Clean up dependency scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored Nov 20, 2024
1 parent 97dd73b commit a296dd2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/dependency-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ on: push
jobs:
analyze:
runs-on: ubuntu-latest
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
steps:
- uses: actions/checkout@v4
- run: curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash

# Just try to run fossa up to twice, for the case of temporary network or service issues.
- run: fossa analyze || fossa analyze
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

# Just try to run fossa up to twice, for the case of temporary network or service issues.
- run: fossa test || fossa test
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
- run: fossa analyze
- run: fossa test

0 comments on commit a296dd2

Please sign in to comment.