Skip to content

Commit c4958d3

Browse files
Update msdo-pipeline.yml
updated msdo-pipeline.yml
1 parent 4e7750b commit c4958d3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

msdo-pipeline.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1+
# To be added as a Workflow Action in Repos. This will call the msdo-main-pipeline.yml to run within that repo.
2+
13
name: MSDO Main Scan
24

35
on:
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+
816
jobs:
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 }}

0 commit comments

Comments
 (0)