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 34395e9 commit e955c74Copy full SHA for e955c74
.github/workflows/secret-scanning.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "TOOLS=credscan" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8
31
32
- name: Run Microsoft Security DevOps - Secret Scan
33
- uses: microsoft/security-devops-action@latest
+ uses: theangrytech-git/security-devops-action@main
34
id: msdo
35
with:
36
tools: ${{ env.TOOLS }}
0 commit comments