Skip to content

Commit f150eac

Browse files
Update msdo-main-pipeline.yml
fixed naming convention
1 parent 0b7f59c commit f150eac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/msdo-main-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
msdo-core-scan:
10-
uses: ./.github/workflows/msdo-reusable.yml
9+
msdo-dynamic-scanning:
10+
uses: ./.github/workflows/msdo-dynamic-scanning.yml
1111
permissions:
1212
contents: read
1313
id-token: write
@@ -19,13 +19,13 @@ jobs:
1919
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020

2121
secret-scan-credscan:
22-
uses: ./.github/workflows/msdo-secret-scanning.yml
22+
uses: ./.github/workflows/msdo-credscan.yml
2323
permissions:
2424
contents: read
2525
id-token: write
2626
actions: read
2727
security-events: write
28-
needs: msdo-core-scan
28+
needs: msdo-dynamic-scanning
2929

3030
secret-scan-trufflehog:
3131
uses: ./.github/workflows/msdo-trufflehog.yml

0 commit comments

Comments
 (0)