Open VictorDelCampo opened 4 months ago
@VictorDelCampo thanks for the question, we will get back to you on this.
Looks like we will need to add this in as a feature for Trivy-action as currently there's no possible way from the action to clear the cache.
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!