Skip to content

Commit 347fac2

Browse files
committed
ci(cve-scan): apply suggestion
1 parent 9d28a89 commit 347fac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scan-for-cves.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
env:
5959
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
GH_REPO: ${{ github.repository }}
61-
GITHUB_WORKFLOW_URL: https://github.com/$GH_REPO/actions/runs/$GITHUB_RUN_ID
61+
# Direct link to the current workflow run
62+
GITHUB_WORKFLOW_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
6263
TITLE: CVE Scan failed
6364
ASSIGNEES: cwrau,marvinWolff,tasches
6465
LABELS: bug

0 commit comments

Comments
 (0)