You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the last release we could reset the caches by passing an environment variable like:
- name: Remove all caches and database of the trivy scanner
uses: aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb
env:
TRIVY_RESET: true
with:
scan-type: "image"
But now this --reset flag is not longer there and there is only now the utility command
trivy clean --all
But there is no option to pass this information as an environment variable.
How can I clean the caches using the github action? Thanks!
The text was updated successfully, but these errors were encountered:
RISDEV-0000
--reset flag was removed and replaced by --clean all, but there is no equivalent for the github action yet.
see aquasecurity/trivy-action#372
Before the last release we could reset the caches by passing an environment variable like:
But now this --reset flag is not longer there and there is only now the utility command
trivy clean --all
But there is no option to pass this information as an environment variable.
How can I clean the caches using the github action? Thanks!
The text was updated successfully, but these errors were encountered: