File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ id: boostsecurityio/trivy-fs
44name : Trivy (Filesystem scanning)
55namespace : boostsecurityio/trivy-fs
66scan_types :
7+ - secrets
78 - sca
89
910config :
@@ -106,18 +107,19 @@ steps:
106107 TRIVY_ADDITIONAL_ARGS : ${TRIVY_ADDITIONAL_ARGS---ignore-unfixed}
107108 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2
108109 TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1
110+ TRIVY_SCANNERS : vuln,secret
109111 run : >
110112 $SETUP_PATH/trivy fs
111113 ${TRIVY_ADDITIONAL_ARGS}
112114 --format json
113115 --no-progress
114- --scanners vuln
116+ --scanners ${TRIVY_SCANNERS}
115117 --skip-version-check
116118 . 2>&1
117119 format : sarif
118120 post-processor :
119121 docker :
120- image : public.ecr.aws/boostsecurityio/boost-scanner-trivy:fba2c2b @sha256:42514869cb1ad36e13bd51e55523de6a767104094ec9e99391de89835a388dfd
122+ image : public.ecr.aws/boostsecurityio/boost-scanner-trivy:b990ceb @sha256:d4871661744790add629604c85b396458e54cec780ac881a5c3e4fa9fd1dde22
121123 command : process
122124 environment :
123125 PYTHONIOENCODING : utf-8
Original file line number Diff line number Diff line change 11import :
22 - boostsecurityio/sca-cve
3+ - boostsecurityio/stored-secrets
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ id: boostsecurityio/trivy-image
44name : Trivy (Image scanning)
55namespace : boostsecurityio/trivy-image
66scan_types :
7+ - secrets
78 - sca_container
89
910config :
@@ -60,18 +61,19 @@ steps:
6061 TRIVY_ADDITIONAL_ARGS : ${TRIVY_ADDITIONAL_ARGS---ignore-unfixed}
6162 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2
6263 TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1
64+ TRIVY_SCANNERS : vuln,secret
6365 run : >
6466 $SETUP_PATH/trivy image
6567 ${TRIVY_ADDITIONAL_ARGS}
6668 --format json
67- --scanners vuln
69+ --scanners ${TRIVY_SCANNERS}
6870 --skip-version-check
6971 --quiet
7072 ${BOOST_IMAGE_NAME}
7173 format : sarif
7274 post-processor :
7375 docker :
74- image : public.ecr.aws/boostsecurityio/boost-scanner-trivy:fba2c2b @sha256:42514869cb1ad36e13bd51e55523de6a767104094ec9e99391de89835a388dfd
76+ image : public.ecr.aws/boostsecurityio/boost-scanner-trivy:b990ceb @sha256:d4871661744790add629604c85b396458e54cec780ac881a5c3e4fa9fd1dde22
7577 command : process
7678 workdir : /code
7779 environment :
Original file line number Diff line number Diff line change 1+ import :
2+ - boostsecurityio/stored-secrets
13rules :
24 cve-unknown :
35 categories :
You can’t perform that action at this time.
0 commit comments