We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b48e8d commit 9ada4aeCopy full SHA for 9ada4ae
1 file changed
.github/workflows/build-push-tarball.yml
@@ -40,7 +40,7 @@ jobs:
40
echo -n "${{ steps.meta.outputs.tag }}" > .version
41
42
- name: Export Clair vulnerability data
43
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
44
run: |
45
curl -L -o /tmp/clairctl https://github.com/quay/clair/releases/download/v4.9.0/clairctl-linux-amd64 && chmod +x /tmp/clairctl
46
/tmp/clairctl --config ./data/clair/minimal_config.yaml export-updaters ./data/clair/updates.json.gz
0 commit comments