mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
Fix docker host bug (#329)
* Update entrypoint.sh should be a value not boolean * Update action.yaml add example * Update README.md
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ if [ "$hideProgress" == "true" ];then
|
||||
ARGS="$ARGS --quiet"
|
||||
SARIF_ARGS="$SARIF_ARGS --quiet"
|
||||
fi
|
||||
if [ "$dockerHost" == "true" ];then
|
||||
if [ $dockerHost ];then
|
||||
ARGS="$ARGS --docker-host $dockerHost"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user