Skip to content

Commit 7272375

Browse files
committed
chore: disable scan on push
1 parent 0ec7d60 commit 7272375

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/vulnerability-scan.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Vulnerability Scan
22

33
on:
4-
pull_request: {}
54
workflow_dispatch: {}
6-
push:
7-
branches: ["master"]
8-
schedule:
9-
- cron: '0 7 * * *'
105

116
jobs:
127
semgrep:

0 commit comments

Comments
 (0)