Skip to content

Commit

Permalink
Update osv-scanner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Jan 17, 2024
1 parent 153995e commit f7b88cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Build Lucee without using a Maven cache
run: ant -noinput -buildfile loader/build.xml fast
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '>=1.21.6'
- name: Install Google OSV Scanner
run: go install github.com/google/osv-scanner/cmd/osv-scanner@v1
- name: Run OSV vulnerabilities Scanner
Expand Down

0 comments on commit f7b88cc

Please sign in to comment.