We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b82e07 commit 51825a3Copy full SHA for 51825a3
.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
22
working_directory: /go/src/github.com/gocraft/dbr
23
steps:
24
- run: |
25
- curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
+ curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
26
- checkout
27
- run: fossa analyze
28
- run:
.fossa.yml
0 commit comments