We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa37c0 commit 7a3b069Copy full SHA for 7a3b069
1 file changed
.github/workflows/veracode-daily.yml
@@ -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