Skip to content

Commit

Permalink
update ks base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertent committed Oct 3, 2022
1 parent eed97e2 commit 9cfa7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/kubescape/kubescape:v2.0.171
FROM quay.io/kubescape/kubescape:dev-v2.0.383

# Kubescape uses root privileges for writing the results to a file
USER root
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ ! -z "$INPUT_CONTROLS" ]; then
CONTROLS=$(echo "${CONTROLS%?}")
fi

ARTIFACTS_PATH="/home/armo/.kubescape"
ARTIFACTS_PATH="/home/ks/.kubescape"
FRAMEWORKS_CMD=$([ ! -z "$INPUT_FRAMEWORKS" ] && echo "framework $INPUT_FRAMEWORKS" || echo "")
CONTROLS_CMD=$([ ! -z "$INPUT_CONTROLS" ] && echo control $CONTROLS || echo "")
FILES=$([ ! -z "$INPUT_FILES" ] && echo "$INPUT_FILES" || echo .)
Expand Down

0 comments on commit 9cfa7e9

Please sign in to comment.