Skip to content

Commit

Permalink
Multiple dev-registry changes (#150)
Browse files Browse the repository at this point in the history
* BST-12075 Latest Checkov Processor (#158)

Signed-off-by: Alexis-Maurer Fortin <[email protected]>

* BST-12323: rename gitleaks validate secret env var (#169)

* BST-12576 Fix Checkov Parsing (#171)

* BST-12323: reenable validating secrets by default in gitleaks (#172)

---------

Signed-off-by: Alexis-Maurer Fortin <[email protected]>
Co-authored-by: Alexis-Maurer Fortin <[email protected]>
Co-authored-by: François Proulx <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2024
1 parent 2537e70 commit 236b150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/gitleaks-full/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ steps:
image: public.ecr.aws/boostsecurityio/boost-scanner-gitleaks:a13a131@sha256:97321d82da1b4adfbc1cd7fddb23a2ef57b8f9c2db0ccbc007f15f7adefb0086
- docker:
command: process --gitleaks-full
image: public.ecr.aws/boostsecurityio/boost-scanner-keyscope:6524873@sha256:f9310e1e1856d75c217d828350f9be0bfbde0c374cbaad5d00a2438965611281
image: public.ecr.aws/boostsecurityio/boost-scanner-keyscope:458e3dd@sha256:6b611b085271e2c8ed15590f536fd4a29221a11752ef7525bbb60be9ad241902
environment:
VALIDATE_SECRET: ${GITLEAKS_VALIDATE_SECRETS:-}
2 changes: 1 addition & 1 deletion scanners/boostsecurityio/gitleaks/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ steps:
image: public.ecr.aws/boostsecurityio/boost-scanner-gitleaks:a13a131@sha256:97321d82da1b4adfbc1cd7fddb23a2ef57b8f9c2db0ccbc007f15f7adefb0086
- docker:
command: process
image: public.ecr.aws/boostsecurityio/boost-scanner-keyscope:6524873@sha256:f9310e1e1856d75c217d828350f9be0bfbde0c374cbaad5d00a2438965611281
image: public.ecr.aws/boostsecurityio/boost-scanner-keyscope:458e3dd@sha256:6b611b085271e2c8ed15590f536fd4a29221a11752ef7525bbb60be9ad241902
environment:
VALIDATE_SECRET: ${GITLEAKS_VALIDATE_SECRETS:-}

0 comments on commit 236b150

Please sign in to comment.