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

Add Docker image vulnerabilities scan #3168

Closed
shahar-h opened this issue Apr 10, 2024 · 0 comments · Fixed by #3287
Closed

Add Docker image vulnerabilities scan #3168

shahar-h opened this issue Apr 10, 2024 · 0 comments · Fixed by #3287
Assignees
Labels

Comments

@shahar-h
Copy link
Contributor

Description:

  • Add Docker image vulnerabilities scan
  • We can use Trivy which is the most popular tool.
    It's worth mentioning that Trivy currently doesn't detect go stdlib vulnerabilities, see related issue.
  • I checked also other tools:
    • docker-scout and Snyk require an account, Trivy doesn't.
    • Grype outputs the same results as Trivy, but Trivy is more popular.
  • Should we trigger scan also on PRs?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant