-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clair: only run clair-action once and convert output #1615
base: main
Are you sure you want to change the base?
Conversation
/ok-to-test |
How does one go about being able to access the |
Unfortunately the logs are not stored anywhere publicly, you'd need cluster access to see them. I'll rebase this and have it run again and attach the logs here. |
By adding the convert command to the clair-action cli the clair-scan task can take advantage and only call the expensive reporting command once. Signed-off-by: crozzy <[email protected]>
e2d37d9
to
8fdbf22
Compare
/ok-to-test |
The logs from the e2e test don't tell much The span up PipelineRun had this TaskRun emit an error: |
Nice, I guess that is to be expected until the |
cc @p-rog |
By adding the convert command to the clair-action cli the clair-scan task can take advantage and only call the expensive reporting command once.
Before you complete this pull request ...
Look for any open pull requests in the repository with the title "e2e-tests update" and
see if there are recent e2e-tests updates that will be applicable to your change.