Skip to content

Commit

Permalink
fix fossa
Browse files Browse the repository at this point in the history
Signed-off-by: Thor-wl <[email protected]>
  • Loading branch information
Thor-wl committed Sep 1, 2021
1 parent 8311f18 commit c270805
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
env:
# FOSSA Push-Only API Token
FOSSA_API_KEY: '1a92b8d8ee4304c0ad85a726b9e9acab'
BINDIR: /home/runner/work/volcano/devices
run: |
export GOPATH=$HOME/go
export PATH=$PATH:$(go env GOPATH)/bin
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
fossa init
fossa analyze
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b /home/runner/work/volcano/devices
/home/runner/work/volcano/devices/fossa init
/home/runner/work/volcano/devices/fossa analyze

0 comments on commit c270805

Please sign in to comment.