Skip to content

Commit 46e49e2

Browse files
committed
security(semgrep): test run semgrep full
1 parent 98d4744 commit 46e49e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Scan complet sur push main et releases (thorough)
3535
semgrep-full:
3636
name: Semgrep SAST (full)
37-
if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
37+
if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
3838
runs-on: ubuntu-latest
3939
container:
4040
image: semgrep/semgrep

0 commit comments

Comments
 (0)