Skip to content

Commit

Permalink
chore: disable scan on push
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Jul 14, 2023
1 parent 0ec7d60 commit 7272375
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Vulnerability Scan

on:
pull_request: {}
workflow_dispatch: {}
push:
branches: ["master"]
schedule:
- cron: '0 7 * * *'

jobs:
semgrep:
Expand Down

0 comments on commit 7272375

Please sign in to comment.