Skip to content

Commit 1c43e44

Browse files
feat: Update security-scan.yml (#376)
1 parent 2a5c012 commit 1c43e44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Security Scan
22

33
on:
4-
schedule:
5-
- cron: '30 1 * * *'
64
push:
75
branches: [ main ]
86
pull_request:
@@ -373,4 +371,4 @@ jobs:
373371
if: needs.summarize-and-report.outputs.vuln_count != '0'
374372
run: |
375373
echo "Vulnerabilities were found. Failing the workflow."
376-
exit 1
374+
exit 1

0 commit comments

Comments
 (0)