Replies: 2 comments 2 replies
-
Any chance anyone can take a look at the issue ? I can't use trivy as long as this discrepancy is present.. |
Beta Was this translation helpful? Give feedback.
2 replies
-
As documented here, secret findings are not supported in SARIF now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am scanning for licenses on the example from your documentation here :
https://aquasecurity.github.io/trivy/v0.36/docs/licenses/scanning/
and i am getting mismatched outputs between formats
Desired Behavior
I am scanning with the updated flags,
produces -
Actual Behavior
when running :
the result is an empty file :
Reproduction Steps
1. $trivy image --scanners license --license-full --severity UNKNOWN,HIGH,CRITICAL alpine:3.15 2. view results 3. trivy image --scanners license --license-full --severity UNKNOWN,HIGH,CRITICAL alpine:3.15 --format sarif --output image_license.sarif 4. cat image_license.sarif 5. Compare results. ...
Target
Container Image
Scanner
License
Output Format
SARIF
Mode
Standalone
Debug Output
Operating System
ubuntu 20.04
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions