Skip to content

Commit 92a92b2

Browse files
authored
BST-17798: Update OSV scanner Docker image version
the newest version adds features/bug fixes etc Signed-off-by: Scott Luu <scott@boostsecurity.io>
1 parent 6817608 commit 92a92b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/boostsecurityio/osv-scanner/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ steps:
6363
- scan:
6464
command:
6565
docker:
66-
image: public.ecr.aws/boostsecurityio/boost-scanner-osv:2778df1@sha256:73af9ca6458c5dd11dfc61dfa919a9b597f08946622f18628e26696c6e1565ce
66+
image: public.ecr.aws/boostsecurityio/boost-scanner-osv:fa98e47@sha256:38b7f647c46874d60fe4b59c32214b5e90d29a31b079129e249981911ecefcdd
6767
command: |
6868
-c 'osv-scanner scan source --recursive --call-analysis=all --format json . 2> /dev/null; exit_code=$?; if [ $exit_code -gt 126 ]; then exit $exit_code; fi'
6969
workdir: /project

0 commit comments

Comments
 (0)