aquasecurity / trivy-action

Runs Trivy as GitHub action to scan your Docker container image for vulnerabilities
Apache License 2.0
729 stars 216 forks source link

Fix docker host bug #329

Closed admiralAwkbar closed 2 months ago

admiralAwkbar commented 3 months ago

There was a config issue where we checked to see if the docker-host has set to true, but it should check that it has value... Also took the liberty of updating the docs and example

Thank you all so much for the quick fixes and merging :)

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

admiralAwkbar commented 3 months ago

@simar7 Please review this and merge up to fix the docker-host issue.

thank you very much!