Skip to content
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

fix: trivy clean -a should delete relevant directories #7703

Closed
knqyf263 opened this issue Oct 10, 2024 Discussed in #7656 · 0 comments · Fixed by #7704
Closed

fix: trivy clean -a should delete relevant directories #7703

knqyf263 opened this issue Oct 10, 2024 Discussed in #7656 · 0 comments · Fixed by #7704
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@knqyf263
Copy link
Collaborator

Description

trivy clean --cache-dir $directory -a is functionally equivalent to rm -rf $directory.

trivy clean -a should be identical to
trivy clean --checks-bundle --java-db --scan-cache --vex-repo --vuln-db.

Discussed in #7656

@knqyf263 knqyf263 added the kind/bug Categorizes issue or PR as related to a bug. label Oct 10, 2024
@knqyf263 knqyf263 added this to the v0.57.0 milestone Oct 10, 2024
@knqyf263 knqyf263 self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant