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

Check Docker images for vulnerabilities and improve image generation #962

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

gabmontes
Copy link
Contributor

Description

The Docker images are now generated with proper provenance and SBoM in addition to both "ref" and short commit SHA tags.

Vulnerabilities are checked too, using aquasecurity/trivy-action, which is the same tool DockerHub uses internally. Some NPM cache files were skipped to speed up the scanning process by not checking unneeded files.

One vulnerability related to cross-spawn was detected in the NPM version that comes globally installed with the Node base image and it was resolved by updating it to a newer version.

Copy link
Contributor

@gndelia gndelia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uACK

@gabmontes gabmontes merged commit 2ff9da2 into main Mar 5, 2025
12 checks passed
@gabmontes gabmontes deleted the docker-checks branch March 5, 2025 13:42
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

Successfully merging this pull request may close these issues.

3 participants