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

Update Alpine image to fix security vulnerability and minor indentation fixes #154

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tunguyen9889
Copy link

@tunguyen9889 tunguyen9889 commented Dec 6, 2023

Hi @nicolaka,

Please help review the PR:

  • The current Docker image contains some CRITICAL and HIGH vulnerabilities, update the alpine image to 3.18.5.
  • calicoctl has been moved to new repository: https://github.com/projectcalico/calico
  • Minor fixes for some indentations.

Also you might need to setup a schedule for the GitHub workflow, so it can build and patch the Docker image.

You can run this command to scan the vulnerabilities of current image:

docker run --platform linux/amd64 --rm -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy:latest image --format table --ignore-unfixed --no-progress --exit-code 0 --ignore-unfixed --severity CRITICAL,HIGH --offline-scan --timeout 15m nicolaka/netshoot:v0.11

Thanks

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.

1 participant