Skip to content

Commit eed869b

Browse files
Create msdo-pipeline.yml
Creating workflow for people to copy
1 parent 2f9e8e9 commit eed869b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

msdo-pipeline.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)