We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3167555 commit 9e14a3bCopy full SHA for 9e14a3b
1 file changed
.github/workflows/check-image-vulnerabilities.yml
@@ -62,7 +62,7 @@ jobs:
62
central-url: ${{ vars.ACS_DOGFOODING_CENTRAL_URL }}
63
64
- name: Upload scan result artifact
65
- if: always()
+ if: always() && hashFiles('scan-result.json') != ''
66
uses: actions/upload-artifact@v4
67
with:
68
name: scan-result-${{ matrix.image }}
@@ -104,9 +104,9 @@ jobs:
104
105
106
107
108
109
110
- name: scan-result-${{ matrix.image }}
+ name: scan-result-quay.io_rhacs-eng_${{ matrix.image }}_${{ inputs.version || github.ref_name }}.json
111
path: scan-result.json
112
retention-days: 30
0 commit comments