Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/checkov-tf-plan/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- scan:
command:
docker:
image: 289082777815.dkr.ecr.us-east-2.amazonaws.com/docker/bridgecrew/checkov:3.2.495@sha256:4c2c3b67f09867ef2843a03d8ba82adf712eb93ea3584c1708c24ed584f6da17
image: public.ecr.aws/boostsecurityio/checkov:388e194@sha256:237833f0cff6e0ae2e89cb1331d43c173f12770736f55c4ad19aa99bef98fa12
command: --file ./boost.tfplan.json --output json --soft-fail --compact --skip-download --framework terraform_plan
workdir: /src
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/checkov/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- scan:
command:
docker:
image: 289082777815.dkr.ecr.us-east-2.amazonaws.com/docker/bridgecrew/checkov:3.2.495@sha256:4c2c3b67f09867ef2843a03d8ba82adf712eb93ea3584c1708c24ed584f6da17
image: public.ecr.aws/boostsecurityio/checkov:388e194@sha256:237833f0cff6e0ae2e89cb1331d43c173f12770736f55c4ad19aa99bef98fa12
command: --directory . --output json --soft-fail --quiet --skip-download --skip-framework secrets
workdir: /src
format: sarif
Expand Down
Loading