Skip to content

Commit 9ada4ae

Browse files
committed
do not export on pull request
1 parent 8b48e8d commit 9ada4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo -n "${{ steps.meta.outputs.tag }}" > .version
4141
4242
- name: Export Clair vulnerability data
43-
# if: github.event_name != 'pull_request'
43+
if: github.event_name != 'pull_request'
4444
run: |
4545
curl -L -o /tmp/clairctl https://github.com/quay/clair/releases/download/v4.9.0/clairctl-linux-amd64 && chmod +x /tmp/clairctl
4646
/tmp/clairctl --config ./data/clair/minimal_config.yaml export-updaters ./data/clair/updates.json.gz

0 commit comments

Comments
 (0)