Skip to content

Commit 46ed9de

Browse files
Update secret-scanning.yml
Added .net 6.0 for credscan to run
1 parent 18a50c5 commit 46ed9de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/secret-scanning.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Set tool to only run secret scan
2525
run: echo "TOOLS=credscan" >> $GITHUB_ENV
2626

27+
- name: Setup .NET 6 SDK
28+
uses: actions/setup-dotnet@v3
29+
with:
30+
dotnet-version: 6.0.x
31+
2732
- name: Run Microsoft Security DevOps - Secret Scan
2833
uses: theangrytech-git/security-devops-action@main
2934
id: msdo

0 commit comments

Comments
 (0)