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

Doesn't detect CVE in Dockerfile FROM imagename #322

Open
d3kum1d0r1y4100 opened this issue Mar 22, 2024 · 0 comments
Open

Doesn't detect CVE in Dockerfile FROM imagename #322

d3kum1d0r1y4100 opened this issue Mar 22, 2024 · 0 comments

Comments

@d3kum1d0r1y4100
Copy link

Description:

When the action is used with following config in github actions

       uses: aquasecurity/trivy-action@master
        with:
          scan-type: 'fs'
          format: 'table'
          scan-ref: '.'
          scanners: vuln,config
          exit-code: '1'
          vuln-type: 'os,library'
          severity: 'UNKNOWN,HIGH,CRITICAL'

and a dockerfile containing

FROM alpine:3.11.0

Trivy isn't displaying the cves present in the image name (shouldn't trivy get the imagename from it directly if we are using it in action instead of building from dockerfile and scanning that?)

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

No branches or pull requests

1 participant