Skip to content

Commit

Permalink
update trivy scanners resolving language file detection (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSerafini authored Dec 11, 2024
1 parent 5d5d861 commit 4ce8641
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/boost-sca/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
format: cyclonedx
post-processor:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy-sbom:dcc6f5c@sha256:3cf4ee0319f6ebe729e831d743a227332c12d62941df9f6d3eb21db441d8d8c5
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy-sbom:9b693ef@sha256:249ee707158424d8bd333198e1512ca295fe30c6fff2d2b1adff9e8f914b42cb
command: process
environment:
PYTHONIOENCODING: utf-8
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/trivy-fs/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ steps:
format: sarif
post-processor:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy:03670e3@sha256:4a633746f474508b2f5b715ba5e56edfb1ce08e2ebb31d3e6f5eb839253f97b3
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy:2925e6e@sha256:0f116f3ae1ccb36cbef4e73d44dde8d376b756b2486757576322a468fa98bdb9
command: process
environment:
PYTHONIOENCODING: utf-8
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/trivy-image/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
format: sarif
post-processor:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy:98a7dba@sha256:4a884b0dc8232bb85327a72bfe84c60cb56d0c8d663601a4c140d057552d7ee8
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy:2925e6e@sha256:0f116f3ae1ccb36cbef4e73d44dde8d376b756b2486757576322a468fa98bdb9
command: process
workdir: /code
environment:
Expand Down
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/trivy-sbom-image/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
format: cyclonedx
post-processor:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy-sbom:2077b09@sha256:9acea8e0566becbbf19a51b7de326cda23d124254091f38cf5e2132f298a1301
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy-sbom:9b693ef@sha256:249ee707158424d8bd333198e1512ca295fe30c6fff2d2b1adff9e8f914b42cb
command: process
environment:
PYTHONIOENCODING: utf-8
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/trivy-sbom/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
format: cyclonedx
post-processor:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy-sbom:dcc6f5c@sha256:3cf4ee0319f6ebe729e831d743a227332c12d62941df9f6d3eb21db441d8d8c5
image: public.ecr.aws/boostsecurityio/boost-scanner-trivy-sbom:9b693ef@sha256:249ee707158424d8bd333198e1512ca295fe30c6fff2d2b1adff9e8f914b42cb
command: process
environment:
PYTHONIOENCODING: utf-8

0 comments on commit 4ce8641

Please sign in to comment.