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

Trivy scanning of dotnet-sdk 8.0 #40894

Closed
AshwinSridharan0410 opened this issue May 15, 2024 · 3 comments
Closed

Trivy scanning of dotnet-sdk 8.0 #40894

AshwinSridharan0410 opened this issue May 15, 2024 · 3 comments
Labels
untriaged Request triage from a team member

Comments

@AshwinSridharan0410
Copy link

Hi. My requirement is to install dotnet-sdk 8.0 in my docker image through Dockerfile. After building it , when I use trivy to scan the image, I get the following errors:-

image
Command used:- trivy image --severity HIGH,CRITICAL --ignore-unfixed image_name

Dockerfile
FROM polarisci-tempered-docker-virtual.jfrog-prod.debsreplatform.cloud/base/dependencies/stable:2.0.2
RUN apt-get update && apt-get install -y dotnet-sdk-8.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label May 15, 2024
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@baronfel
Copy link
Member

That's a pretty old SDK image - can you use a newer version of the SDK image (may need to re-pull to refresh the image) and check again? We've done work here recently to clean up all of these false positives from Trivy and other scanning tools.

@AshwinSridharan0410
Copy link
Author

Thanks @baronfel . Will look up to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants