We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0a1d5 commit e36aef5Copy full SHA for e36aef5
.gitlab-ci.yml
@@ -37,7 +37,7 @@ OSV scanner:
37
name: golang:latest
38
stage: check
39
before_script:
40
- - "go install github.com/google/osv-scanner/cmd/osv-scanner@v1"
+ - "go install github.com/google/osv-scanner/cmd/osv-scanner@latest"
41
script:
42
- 'PATH="${PATH}:$(go env GOPATH)/bin" osv-scanner -r .'
43
timeout: 10 minutes
0 commit comments