Skip to content

Commit 7c96ea9

Browse files
authored
BST-17782: bump scanner composition & sci (#262)
# changes the latest version of scanner composition: 1. picks up ALL yaml files when scanning for azure pipeline tasks components as some customers don't use the default of `azure-pipelines.yml` 2. bumped HoundDog from v1.8.0 to v2.3.0
1 parent 6817608 commit 7c96ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scanners/boostsecurityio/composition/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
format: metadata
1818
command:
1919
docker:
20-
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:38a1ebd@sha256:b71b2c0117caeb145566cc1abcd7ce14102dc26ca130b4bee65e9ad641fc1b1d
20+
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:0b5a854@sha256:90b4d286e983db1b63125e52bd463cb85466edc0846f03ea7657678e5c6e7d3c
2121
command: scan
2222
workdir: /src
2323
environment:

scanners/boostsecurityio/supply-chain-inventory/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
format: supply_chain_inventory
1717
command:
1818
docker:
19-
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:38a1ebd@sha256:b71b2c0117caeb145566cc1abcd7ce14102dc26ca130b4bee65e9ad641fc1b1d
19+
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:0b5a854@sha256:90b4d286e983db1b63125e52bd463cb85466edc0846f03ea7657678e5c6e7d3c
2020
command: inventory
2121
workdir: /src
2222
environment:

0 commit comments

Comments
 (0)