We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d4744 commit 46e49e2Copy full SHA for 46e49e2
1 file changed
.github/workflows/security.yml
@@ -34,7 +34,7 @@ jobs:
34
# Scan complet sur push main et releases (thorough)
35
semgrep-full:
36
name: Semgrep SAST (full)
37
- if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
+ if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
38
runs-on: ubuntu-latest
39
container:
40
image: semgrep/semgrep
0 commit comments