Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-bench
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
aquasecurity
kube-bench
Commits
9dd393da
Commit
9dd393da
authored
7 years ago
by
Liz Rice
Browse files
Options
Downloads
Patches
Plain Diff
Change the exe name in the Dockerfile
parent
800c18cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
9dd393da
...
@@ -6,7 +6,7 @@ RUN wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/co
...
@@ -6,7 +6,7 @@ RUN wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/co
wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/master.yaml
&&
\
wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/master.yaml
&&
\
wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/node.yaml
wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/node.yaml
RUN
go get github.com/aquasecurity/kube-bench
RUN
go get github.com/aquasecurity/kube-bench
RUN
cp
/go/bin/kube
rnetes
-bench /kube-bench/
&&
chmod
+x /kube-bench/kube-bench
RUN
cp
/go/bin/kube-bench /kube-bench/
&&
chmod
+x /kube-bench/kube-bench
FROM
alpine:latest
FROM
alpine:latest
RUN
mkdir
-p
/kube-bench/cfg
RUN
mkdir
-p
/kube-bench/cfg
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment