Skip to content

Commit f3ee981

Browse files
mhuckapavoljuhas
andauthored
Update .github/workflows/scorecard-scanner.yaml
Simplify the URL for the scorecard page per suggestion by @pavoljuhas. Co-authored-by: Pavol Juhas <[email protected]>
1 parent 0af2db8 commit f3ee981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Write the Scorecard report page link to the workflow summary
103103
run: |
104104
repo="${{github.repository}}"
105-
url="https://scorecard.dev/viewer/?uri=github.com%2F${repo//\//%2F}"
105+
url="https://scorecard.dev/viewer/?uri=github.com/${repo}"
106106
{
107107
echo -n "The results are available on the OpenSSF Scorecard "
108108
echo "[report page for ${{github.repository}}]($url)."

0 commit comments

Comments
 (0)