We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running trivy on an image that has the noobaa-operator installed:
trivy image -s CRITICAL --exit-code 1 --no-progress --ignore-unfixed image-with-noobaa-operator
usr/local/bin/noobaa-operator (gobinary) Total: 1 (CRITICAL: 1) ┌─────────────────────┬────────────────┬──────────┬───────────────────┬───────────────┬────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Installed Version │ Fixed Version │ Title │ ├─────────────────────┼────────────────┼──────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────┤ │ golang.org/x/crypto │ CVE-2024-45337 │ CRITICAL │ v0.26.0 │ 0.31.0 │ golang.org/x/crypto/ssh: Misuse of │ │ │ │ │ │ │ ServerConfig.PublicKeyCallback may cause authorization │ │ │ │ │ │ │ bypass in golang.org/x/crypto │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-45337 │ └─────────────────────┴────────────────┴──────────┴───────────────────┴───────────────┴────────────────────────────────────────────────────────┘
Noobaa uses crypto >= 0.31.0
echo -e "from scratch\nadd noobaa-operator noobaa-operator" > Dockerfile
docker build -t noobaa-crypto .
trivy image -s CRITICAL --exit-code 1 --no-progress --ignore-unfixed noobaa-crypto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment info
Actual behavior
When running trivy on an image that has the noobaa-operator installed:
trivy image -s CRITICAL --exit-code 1 --no-progress --ignore-unfixed image-with-noobaa-operator
Expected behavior
Noobaa uses crypto >= 0.31.0
Steps to reproduce
echo -e "from scratch\nadd noobaa-operator noobaa-operator" > Dockerfile
docker build -t noobaa-crypto .
trivy image -s CRITICAL --exit-code 1 --no-progress --ignore-unfixed noobaa-crypto
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: