-
Notifications
You must be signed in to change notification settings - Fork 245
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
jf scan ./image.tar
reporting no vulnerabilities in GitHub action
#1645
Comments
@timdittler,
|
Also just to let you know, we recently introduced the jf docker scan, which creates a tar file and scans it with one command: And another nice and easy way to scan docker images is using our new JFrog Docker Desktop Extension, available on your local docker desktop app. |
Thanks for your comment @sverdlov93 . I tried many different things. Right now, I believe something is off with my image creation process. I'll investigate and re-open this ticket if necessary. |
I dug a bit deep and come up with the example above. It's actually not about GH Actions vs. Workstation. I really don't know what's the problem. But |
This is beginning of the log of the second run with
Differences begin after it detects a different mime type. Could this be the cause?! |
@timdittler |
Yes, I’m sure. We also store them as artifacts.
… Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Really is an archive. Output from runner:
|
Hi @timdittler , |
Sorry, my jfrog trial ran out and I have no possiblity to test this anymore. |
Hi @timdittler, |
I'm now running into the same problem with version 2.5.0
The
|
@timdittler
|
Sadly, no change in behavior |
What is your JFrog CLI version, @timdittler? |
I'm now loading the image to work around the problem
|
Related: PR to support docker scan from tar directly: |
Describe the bug
image.tar
directly after creation, it's recognized asGeneric
and doesn't show any vulnerability.To Reproduce
results in
Expected behavior
Show all vulnerabilities, as on workstation
Versions
ubuntu-latest
Additional context
aquasecurity/trivy-action
works as expected on the sameimage.tar
The text was updated successfully, but these errors were encountered: