We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ee968 commit 62f47c7Copy full SHA for 62f47c7
1 file changed
.github/workflows/osv-scanner-reusable.yml
@@ -113,6 +113,8 @@ jobs:
113
run: |
114
echo "View the OSV-Scanner results in the 'Security' tab, using the following link:"
115
echo "${{ github.server_url }}/${{ github.repository }}/security/code-scanning?query=is%3Aopen+branch%3A${GITHUB_REF_NAME}+tool%3Aosv-scanner"
116
+ env:
117
+ GITHUB_REF_NAME: ${{ github.ref_name }}
118
- name: "Error troubleshooter"
119
if: ${{ always() && steps.upload_artifact.outcome == 'failure' }}
120
0 commit comments