Skip to content

Commit e955c74

Browse files
Update secret-scanning.yml
creating to use forked security repo
1 parent 34395e9 commit e955c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secret-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "TOOLS=credscan" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8
3131
3232
- name: Run Microsoft Security DevOps - Secret Scan
33-
uses: microsoft/security-devops-action@latest
33+
uses: theangrytech-git/security-devops-action@main
3434
id: msdo
3535
with:
3636
tools: ${{ env.TOOLS }}

0 commit comments

Comments
 (0)