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
Hi there! It would be great if there is an option to add and process include-dev-deps in the parameters.
I tried to add it as environment variable TRIVY_INCLUDE_DEV_DEPS: true but it does not change anything in the Github action even though it is listed in the docker run command as -e "TRIVY_INCLUDE_DEV_DEPS". In addition to this I tried to add a trivy.yaml config file to cover the same option, but that's not working either (while locally it works of course).
At this point I this is a feature request rather than a bug, since this parameter is not in the documentation. If there is a workaround for this, don't hold it back, I'm happy with that.
The content you are editing has changed. Please copy your edits and refresh the page.
Hi there! It would be great if there is an option to add and process
include-dev-deps
in the parameters.I tried to add it as environment variable
TRIVY_INCLUDE_DEV_DEPS: true
but it does not change anything in the Github action even though it is listed in thedocker run
command as-e "TRIVY_INCLUDE_DEV_DEPS"
. In addition to this I tried to add atrivy.yaml
config file to cover the same option, but that's not working either (while locally it works of course).At this point I this is a feature request rather than a bug, since this parameter is not in the documentation. If there is a workaround for this, don't hold it back, I'm happy with that.
Tasks
The text was updated successfully, but these errors were encountered: