Replies: 3 comments 3 replies
-
|
Duplicated |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Using the newest version of trivy(-action), I am now instead getting:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I see the same issue in my case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
invalid package url: in manifest \"gobinary\" decoding \"pkg:/\": type is missing…when trying to do this (on an image):
Desired Behavior
Dependency Graph uploaded, containing dependencies from the image.
Actual Behavior
Reproduction Steps
Using GitHub Actions: - name: Scan image with Trivy, submit results to GitHub Dependency Graph uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # 0.13.0 with: scan-type: 'image' format: 'github' output: 'dependency-results.sbom.json' image-ref: "${{ env.IMAGE }}:${{ github.sha }}" github-pat: ${{ secrets.GITHUB_TOKEN }} - name: cat dependency-results.sbom.json run: | cat "dependency-results.sbom.json"…on an image based on
ibm-semeru-runtimes:open-11-jdk-focal@sha256:735b94b802d2d9b13f9a8991e02f21b0f4810796e833fcd8a8726887c0216678but added some more files, most interesting probablyvault(being a Golang binary). 🤷♂️Target
Container Image
Scanner
None
Output Format
None
Mode
None
Debug Output
Operating System
Ubuntu-latest in GHA
Version
Checklist
trivy image --resetBeta Was this translation helpful? Give feedback.
All reactions