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 2f9e8e9 commit eed869bCopy full SHA for eed869b
msdo-pipeline.yml
@@ -0,0 +1,17 @@
1
+name: MSDO Main Scan
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ workflow_dispatch:
7
8
+jobs:
9
+ run-msdo-scan:
10
+ uses: theangrytech-git/MSDO/.github/workflows/msdo-reusable.yml@main
11
+ with:
12
+ branch: ${{ github.ref_name }}
13
+ secrets:
14
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
16
+ run-secret-scan:
17
+ uses: theangrytech-git/MSDO/.github/workflows/msdo-secret-scanning.yml@main
0 commit comments