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 18a50c5 commit 46ed9deCopy full SHA for 46ed9de
.github/workflows/secret-scanning.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Set tool to only run secret scan
25
run: echo "TOOLS=credscan" >> $GITHUB_ENV
26
27
+ - name: Setup .NET 6 SDK
28
+ uses: actions/setup-dotnet@v3
29
+ with:
30
+ dotnet-version: 6.0.x
31
+
32
- name: Run Microsoft Security DevOps - Secret Scan
33
uses: theangrytech-git/security-devops-action@main
34
id: msdo
0 commit comments