You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ asdf install and setup for these so they are available globally as vscode user
52
52
- actionlint
53
53
- ruby (for GitHub Pages)
54
54
55
-
Install and setup git-secrets.
55
+
Install and setup gitleaks.
56
56
57
57
# Using the images
58
58
## Project setup
@@ -179,7 +179,7 @@ Check targets (`check.mk`)
179
179
-`cfn-guard-cdk` - validates `cdk.out` against cfn-guard rulesets and writes outputs to `.cfn_guard_out/`
180
180
-`cfn-guard-terraform` - validates `terraform_plans` against cfn-guard rulesets and writes outputs to `.cfn_guard_out/`
181
181
-`actionlint` - runs actionlint against GitHub Actions
182
-
-`secret-scan` - runs git-secrets or gitleaks (including scanning history) against the repository
182
+
-`secret-scan` - runs gitleaks (including scanning history) against the repository
183
183
-`guard-<ENVIRONMENT_VARIABLE>` - checks if an environment variable is set and errors if it is not
184
184
-`zizmor` - runs [zizmor](https://github.com/zizmorcore/zizmor) in the local directory to check github workflows and actions
185
185
-`syft-generate-sbom` - uses syft to generate an sbom in cyclonedx-json format. This *does not* include dev dependencies. Outputs file to .sbom/sbom.cdx.json.
0 commit comments