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 0b7f59c commit f150eacCopy full SHA for f150eac
.github/workflows/msdo-main-pipeline.yml
@@ -6,8 +6,8 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- msdo-core-scan:
10
- uses: ./.github/workflows/msdo-reusable.yml
+ msdo-dynamic-scanning:
+ uses: ./.github/workflows/msdo-dynamic-scanning.yml
11
permissions:
12
contents: read
13
id-token: write
@@ -19,13 +19,13 @@ jobs:
19
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
21
secret-scan-credscan:
22
- uses: ./.github/workflows/msdo-secret-scanning.yml
+ uses: ./.github/workflows/msdo-credscan.yml
23
24
25
26
actions: read
27
security-events: write
28
- needs: msdo-core-scan
+ needs: msdo-dynamic-scanning
29
30
secret-scan-trufflehog:
31
uses: ./.github/workflows/msdo-trufflehog.yml
0 commit comments