File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM quay.io/kubescape/kubescape:v2.3.0
1+ FROM quay.io/kubescape/kubescape:v2.3.6
22
33# Kubescape uses root privileges for writing the results to a file
44USER root
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ inputs:
7878 If enabled, Kubescape will make fixes to the input files. You can then
7979 use these fixes to open Pull Requests from your CI/CD pipeline.
8080 required : false
81- default : false
81+ default : " false"
8282runs :
8383 using : docker
8484 image : Dockerfile
Original file line number Diff line number Diff line change @@ -96,12 +96,8 @@ severity_threshold_opt=$(
9696 echo " "
9797)
9898
99- # The `kubescape fix` subcommand requires the latest "json" format version.
100- # Other formats ignore this flag.
101- format_version_opt=" --format-version v2"
102-
10399# TODO: include artifacts_opt once https://github.com/kubescape/kubescape/issues/1040 is resolved
104- scan_command=" kubescape scan ${frameworks_cmd} ${controls_cmd} ${files} ${account_opt} ${fail_threshold_opt} ${severity_threshold_opt} --format ${output_formats} ${format_version_opt} --output ${output_file} ${verbose} ${exceptions} ${controls-config} "
100+ scan_command=" kubescape scan ${frameworks_cmd} ${controls_cmd} ${files} ${account_opt} ${fail_threshold_opt} ${severity_threshold_opt} --format ${output_formats} --output ${output_file} ${verbose} ${exceptions} ${controls-config} "
105101
106102echo " ${scan_command} "
107103eval " ${scan_command} "
You can’t perform that action at this time.
0 commit comments