Skip to content

Commit fa28ada

Browse files
Fix indentation in workflow triggers for devops-secure-scanning.yml
1 parent a2ddcb7 commit fa28ada

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/devops-secure-scanning.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: DevOps Secure Scanning
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches:
6+
branches:
77
- main
88
push:
99
branches:
1010
- main
11+
schedule:
12+
- cron: "0 2 * * 4" # Weekly security scan (Thu 02:00 UTC)
1113

1214
permissions:
1315
contents: read # This is required for actions/checkout

0 commit comments

Comments
 (0)