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

Extra "db" string in the trivy cache path. #7399

Closed
afdesk opened this issue Aug 27, 2024 Discussed in #7380 · 6 comments
Closed

Extra "db" string in the trivy cache path. #7399

afdesk opened this issue Aug 27, 2024 Discussed in #7380 · 6 comments
Assignees

Comments

@afdesk
Copy link
Contributor

afdesk commented Aug 27, 2024

Description

Trivy creates new cache folders without read permissions, so any users can't access these data.

if err := os.MkdirAll(dir, 0700); err != nil {

We can modify this mode for some user.

Discussed in #7380

Copy link

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 27, 2024
@knqyf263
Copy link
Collaborator

I'll grant you permission.

@aquasecurity aquasecurity deleted a comment Aug 27, 2024
@knqyf263
Copy link
Collaborator

@afdesk Done. You now have a write role.

@afdesk
Copy link
Contributor Author

afdesk commented Aug 27, 2024

@afdesk Done. You now have a write role.

great! thanks!

@knqyf263
Copy link
Collaborator

@afdesk An issue must be actionable.

  • Discussion
    • People explain what is happening
      • e.g. SBOM scanning shows different results than image scanning.
  • Issue
    • It should describe what the problem is.
      • e.g. We lose case-sensitivity in PURL used in SBOM and it leads to the wrong results.

We need to summarize what actions are required based on the Discussion.
e.g. #7382

@aquasecurity aquasecurity deleted a comment Aug 27, 2024
@afdesk
Copy link
Contributor Author

afdesk commented Aug 27, 2024

@afdesk An issue must be actionable.
We need to summarize what actions are required based on the Discussion. e.g. #7382

the description is updated now.

@afdesk afdesk closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants