Skip to content

Commit

Permalink
BST-13818 Update composition/sci scanner to latest
Browse files Browse the repository at this point in the history
This brings the extra resilience to invalid files from the semgrep
scanner.
  • Loading branch information
lindycoder committed Dec 13, 2024
1 parent 4c25efe commit aaeafa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/baseline/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- scan:
command:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-native:44a65bf@sha256:cefdba826edb2138b6d219d7ff398181158caac3755e6542171ba6d8c06e594f
image: public.ecr.aws/boostsecurityio/boost-scanner-native:9f3dd13@sha256:3c516265c193f9b62fa2899276efd52d214c8b49a2df8c1891d068b845485000
command: scanner scan
workdir: /src
name: scanner
Expand Down
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/composition/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
format: metadata
command:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:b5ed688@sha256:a68838c47601fa6b98c6583cc099e3bc7748bf37adf33ca9a05a74efb719066c
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:b1febfd@sha256:8576f25c858ddd9f6f5c326e8449de89443bc3ff7cda408d4edec16db379b434
command: scan
workdir: /src
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
format: supply_chain_inventory
command:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:33167e0@sha256:0c2d1a78ffb097d4fba7b193f314ac065bec523a7a5b78830452fd688119f342
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:b1febfd@sha256:8576f25c858ddd9f6f5c326e8449de89443bc3ff7cda408d4edec16db379b434
command: inventory
workdir: /src
environment:
Expand Down

0 comments on commit aaeafa8

Please sign in to comment.