Skip to content

Commit 7a3b069

Browse files
authored
Create veracode-daily.yml
1 parent 4fa37c0 commit 7a3b069

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Veracode Daily Scans
2+
3+
on:
4+
# schedule:
5+
# - cron: "0 10 * * *" # Runs daily at 10:00 UTC (6 AM EDT, 5 AM EST)
6+
workflow_dispatch: {}
7+
8+
permissions:
9+
contents: read
10+
issues: write # required for the reusable workflow's issue operations
11+
12+
jobs:
13+
veracode:
14+
uses: logicmonitor/veracode/.github/workflows/veracode-trigger.yml@main
15+
with:
16+
trigger_title: "Veracode Scheduling Trigger"
17+
comment_command: "veracode-scans" # must match exactly
18+
label_name: "Veracode Scheduling"
19+
label_color: "4b7bec"

0 commit comments

Comments
 (0)