We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1620173 commit 8b48e8dCopy full SHA for 8b48e8d
1 file changed
.github/workflows/build-push-tarball.yml
@@ -41,9 +41,6 @@ jobs:
41
42
- name: Export Clair vulnerability data
43
# if: github.event_name != 'pull_request'
44
- with:
45
- max_attempts: 3
46
- retry_on: error
47
run: |
48
curl -L -o /tmp/clairctl https://github.com/quay/clair/releases/download/v4.9.0/clairctl-linux-amd64 && chmod +x /tmp/clairctl
49
/tmp/clairctl --config ./data/clair/minimal_config.yaml export-updaters ./data/clair/updates.json.gz
0 commit comments