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 0af2db8 commit f3ee981Copy full SHA for f3ee981
.github/workflows/scorecard-scanner.yaml
@@ -102,7 +102,7 @@ jobs:
102
- name: Write the Scorecard report page link to the workflow summary
103
run: |
104
repo="${{github.repository}}"
105
- url="https://scorecard.dev/viewer/?uri=github.com%2F${repo//\//%2F}"
+ url="https://scorecard.dev/viewer/?uri=github.com/${repo}"
106
{
107
echo -n "The results are available on the OpenSSF Scorecard "
108
echo "[report page for ${{github.repository}}]($url)."
0 commit comments