We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be47ca commit 38014c0Copy full SHA for 38014c0
.github/semgrep.yaml .github/semgrep-rules.yml.github/semgrep.yaml renamed to .github/semgrep-rules.yml
.github/workflows/build_and_deploy.yml
@@ -9,6 +9,9 @@ on:
9
- published
10
- edited
11
workflow_dispatch: # Add this to allow manual triggering
12
+ pull_request:
13
+ branches:
14
+ - main
15
16
jobs:
17
build-api:
.github/workflows/semgrep.yml
@@ -40,7 +40,7 @@ jobs:
40
--config p/default \
41
--config p/secrets \
42
--config p/security-audit
43
- --config .github/semgrep.yaml
+ --config .github/semgrep-rules.yml
44
--severity WARNING
45
exit 0 # Never block this job
46
@@ -51,6 +51,6 @@ jobs:
51
52
53
54
55
--severity ERROR \
56
--error
0 commit comments