Skip to content

Commit b3a43b7

Browse files
Create intel_security_scan.yaml
1 parent 83f8271 commit b3a43b7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Intel Security Scan
2+
3+
permissions: read-all
4+
5+
on:
6+
workflow_dispatch: {}
7+
schedule:
8+
- cron: "5 4 * * sun" # 4:05 AM Sunday
9+
10+
jobs:
11+
Call-Workflow:
12+
uses: intel/.github/.github/workflows/intel_scan.yaml@main
13+
permissions:
14+
contents: read
15+
packages: read
16+
actions: read
17+
security-events: write

0 commit comments

Comments
 (0)