Skip to content

Commit 1d5f1bb

Browse files
fix semgrep groups
Signed-off-by: John Seekins <[email protected]>
1 parent 659a452 commit 1d5f1bb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.semgrep_settings.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ rulesets:
88
- p/github-actions
99
- p/jwt
1010
- p/lockfiles
11-
- p/nodejs
1211
- p/owasp-top-ten
13-
# - p/python
12+
- p/python
1413
- p/react
15-
# - p/ruby
1614
- p/security-audit
1715
- p/sql-injection
1816
- p/supply-chain
19-
- p/terraform
20-
- p/typescript
2117
- p/xss
2218
excluded:
2319
# we don't directly host any containers, so ensuring an un-privileged user is extra work (currently)
@@ -32,9 +28,3 @@ excluded:
3228
- javascript.lang.security.audit.detect-non-literal-fs-filename.detect-non-literal-fs-filename
3329
# ignored github action rules
3430
- yaml.github-actions.security.third-party-action-not-pinned-to-commit-sha.third-party-action-not-pinned-to-commit-sha
35-
# ignored terraform rules (mutable ECR images, cloudwatch group configuration, etc.)
36-
- terraform.aws.security.aws-secretsmanager-secret-unencrypted.aws-secretsmanager-secret-unencrypted
37-
- terraform.aws.security.aws-ecr-mutable-image-tags.aws-ecr-mutable-image-tags
38-
- terraform.aws.security.aws-cloudwatch-log-group-unencrypted.aws-cloudwatch-log-group-unencrypted
39-
- terraform.aws.security.aws-cloudwatch-log-group-no-retention.aws-cloudwatch-log-group-no-retention
40-
- terraform.aws.security.aws-lambda-x-ray-tracing-not-active.aws-lambda-x-ray-tracing-not-active

0 commit comments

Comments
 (0)