Skip to content

Commit eb71e55

Browse files
chore: run vulnerability triage before remediation
1 parent 2cfc8fa commit eb71e55

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/vulnerability-triage.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Vulnerability Scan & Triage
22

33
on:
4-
push:
5-
branches:
6-
- main
74
schedule:
8-
# Run daily at 6am Pacific (13:00 UTC during PDT)
9-
- cron: '0 13 * * *'
5+
# Run one hour before nightly CVE remediation.
6+
- cron: '0 7 * * *'
107
workflow_dispatch:
118
inputs:
129
image_tag:

0 commit comments

Comments
 (0)