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 435378b commit 6c2736bCopy full SHA for 6c2736b
.github/workflows/secret-scanning.yml
@@ -92,11 +92,11 @@ jobs:
92
https://api.github.com/repos/${{ github.repository }}/code-scanning/sarifs \
93
-d @- <<EOF
94
{
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"
+ "commit_sha": "${{ github.sha }}",
+ "ref": "${{ github.ref }}",
+ "sarif": "$encoded_sarif",
+ "checkout_uri": "https://github.com/${{ github.repository }}",
+ "tool_name": "MSDO-CredScan"
100
}
101
EOF
102
0 commit comments