Skip to content

Commit

Permalink
update config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobo committed Nov 19, 2024
1 parent 70ba09e commit e41c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/trivy/kube_sbom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run --rm \
#scan sbom for vulnerabilities
docker run --rm \
-it \
-v "$HOME"/.kube/config-dso-admin:/root/.kube/config \
-v "$HOME"/.kube/config-dso-user:/root/.kube/config \
-v "$HOME"/Library/Caches:/root/.cache/ \
-v ./sboms:/sboms \
-e TRIVY_DB_REPOSITORY="$TRIVY_DB" \
Expand Down

0 comments on commit e41c7aa

Please sign in to comment.