You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look in github security alerts tab, you can see the following:
It shows the vulnerabilities but without any specific manifest.
Using the example above it could specify the docker image scanned (i.e fake_private_image:latest in this example).
Proposed solution
When the user specifies format: github and scan-type: image, trivy-action could replace the manifest definition in the SBOM files by the docker image value instead ?
The text was updated successfully, but these errors were encountered:
Feature request
Using the feature of SBOM generation and sending it to Github works very well except it doesn't send the manifest details.
Meaning if you scan an image like so:
If you look in github security alerts tab, you can see the following:
It shows the vulnerabilities but without any specific manifest.
Using the example above it could specify the docker image scanned (i.e
fake_private_image:latest
in this example).Proposed solution
When the user specifies
format: github
andscan-type: image
, trivy-action could replace the manifest definition in the SBOM files by the docker image value instead ?The text was updated successfully, but these errors were encountered: