Skip to content

Commit

Permalink
OSV Scanner Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dbtedman committed Nov 26, 2023
1 parent 4b7d6a9 commit 5ceed2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
go-version: "stable"
- run: |
curl -o /usr/local/bin/osv-scanner https://github.com/google/osv-scanner/releases/download/v1.3.2/osv-scanner_1.3.2_linux_amd64 \
curl -o /usr/local/bin/osv-scanner https://github.com/google/osv-scanner/releases/download/v1.4.3/osv-scanner_1.4.3_linux_amd64 \
&& chmod +x /usr/local/bin/osv-scanner \
&& /usr/local/bin/osv-scanner -version
- run: "make sast_osv"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ceed2a

Please sign in to comment.