File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ # To be added as a Workflow Action in Repos. This will call the msdo-main-pipeline.yml to run within that repo.
2+
13name : MSDO Main Scan
24
35on :
46 push :
57 branches : [main]
68 workflow_dispatch :
79
10+ permissions :
11+ contents : read
12+ id-token : write
13+ actions : read
14+ security-events : write
15+
816jobs :
917 run-msdo-scan :
18+ name : Full MSDO Scan
1019 uses : theangrytech-git/MSDO/.github/workflows/msdo-reusable.yml@main
1120 with :
1221 branch : ${{ github.ref_name }}
1322 secrets :
1423 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1524
1625 run-secret-scan :
17- uses : theangrytech-git/MSDO/.github/workflows/msdo-secret-scanning.yml@main
26+ name : Secret Scanning
27+ uses : theangrytech-git/MSDO/.github/workflows/secret-scanning.yml@main
28+ secrets :
29+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments