Skip to content

Commit 6c2736b

Browse files
Update secret-scanning.yml
Tweaking the secret-scanning as it doesn't seem to pickup secrets in .tf
1 parent 435378b commit 6c2736b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/secret-scanning.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ jobs:
9292
https://api.github.com/repos/${{ github.repository }}/code-scanning/sarifs \
9393
-d @- <<EOF
9494
{
95-
"commit_sha": "${{ github.sha }}",
96-
"ref": "${{ github.ref }}",
97-
"sarif": "$encoded_sarif",
98-
"checkout_uri": "https://github.com/${{ github.repository }}",
99-
"tool_name": "MSDO-CredScan"
95+
"commit_sha": "${{ github.sha }}",
96+
"ref": "${{ github.ref }}",
97+
"sarif": "$encoded_sarif",
98+
"checkout_uri": "https://github.com/${{ github.repository }}",
99+
"tool_name": "MSDO-CredScan"
100100
}
101101
EOF
102102

0 commit comments

Comments
 (0)