Skip to content

Delete msdo-trufflehog.yml #90

Delete msdo-trufflehog.yml

Delete msdo-trufflehog.yml #90

name: msdo-main-pipeline
on:
push:
branches: [main]
workflow_dispatch:
jobs:
msdo-dynamic-scanning:
uses: ./.github/workflows/msdo-dynamic-scanning.yml
permissions:
contents: read
id-token: write
actions: read
security-events: write
with:
branch: main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
secret-scan-credscan:
uses: ./.github/workflows/msdo-credscan.yml
permissions:
contents: read
id-token: write
actions: read
security-events: write
needs: msdo-dynamic-scanning
secret-scan-trufflehog:
uses: ./.github/workflows/msdo-trufflehog.yml
permissions:
contents: read
id-token: write
actions: read
security-events: write
needs: secret-scan-credscan
secret-scan-gitleaks:
uses: ./.github/workflows/msdo-gitleaks.yml
permissions:
contents: read
id-token: write
actions: read
security-events: write
needs: secret-scan-trufflehog