We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f8271 commit b3a43b7Copy full SHA for b3a43b7
.github/workflows/intel_security_scan.yaml
@@ -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