Skip to content

Commit

Permalink
Merge branch 'release' into merge-develop-to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDC0DE authored Sep 25, 2024
2 parents de1405b + dcaff36 commit dc5a75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semgrep-rules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: pip3 install semgrep
- name: remove stats directory
run: rm -rf stats
- name: remove .github from testing
run: rm -rf .github
- name: remove pre-commit-config.yaml
run: rm -f .pre-commit-config.yaml
- name: remove rules requiring Semgrep Pro
run: rm -rf apex elixir
- name: validate rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rules:
technology:
- terraform
- aws
- secrets
owasp:
- A02:2017 - Broken Authentication
- A04:2021 - Insecure Design
Expand Down

0 comments on commit dc5a75d

Please sign in to comment.