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 9d28a89 commit 347fac2Copy full SHA for 347fac2
.github/workflows/scan-for-cves.yaml
@@ -58,7 +58,8 @@ jobs:
58
env:
59
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
GH_REPO: ${{ github.repository }}
61
- GITHUB_WORKFLOW_URL: https://github.com/$GH_REPO/actions/runs/$GITHUB_RUN_ID
+ # Direct link to the current workflow run
62
+ GITHUB_WORKFLOW_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
63
TITLE: CVE Scan failed
64
ASSIGNEES: cwrau,marvinWolff,tasches
65
LABELS: bug
0 commit comments