Liz Rice
731fcb4437
Merge pull request #95 from jaxxstorm/docker_remove
...
Remove docker build
2018-01-30 19:33:37 +00:00
Lee Briggs
fe23f8140a
Remove docker build
2018-01-30 11:16:53 -08:00
Lee Briggs
d464ab5639
Wrong configuration file
2018-01-30 09:49:41 -08:00
Lee Briggs
165444df60
Test fixes for 1.8
2018-01-30 09:28:20 -08:00
Liz Rice
18032b22eb
Merge pull request #91 from aquasecurity/lizrice-patch-1
...
Fix build
2018-01-30 17:13:42 +00:00
Liz Rice
c389d6ecf2
Fix build
...
Copy the cfg files and entrypoint.sh from the first stage of the multistage build
2018-01-30 16:56:23 +00:00
Liz Rice
4f07b01ead
Merge pull request #83 from jaxxstorm/u/jaxxstorm/goreleaser
...
Add goreleaser configuration
2018-01-30 09:24:07 +00:00
Lee Briggs
e0a032dfbb
Merge remote-tracking branch 'upstream/master' into u/jaxxstorm/goreleaser
2018-01-26 11:43:20 -08:00
Liz Rice
0c309bc1d4
Merge pull request #90 from jhvhs/master
...
Improve etcd data directory extraction
2018-01-25 13:16:32 +00:00
Liz Rice
4b1b2b8762
Merge branch 'master' into master
2018-01-25 13:13:57 +00:00
Liz Rice
4f90a1361c
Merge pull request #68 from aquasecurity/unnecessary-warning
...
Improves the way we get config & binary file names for different installation methods.
2018-01-25 13:12:30 +00:00
Liz Rice
fc4fe38bc2
Merge branch 'master' into unnecessary-warning
2018-01-25 13:01:48 +00:00
Konstantin Semenov
961dbeb2b5
Correct sed regex
2018-01-25 00:34:52 +00:00
Konstantinos Karampogias
8fc6904093
Improve etcd data directory extraction
...
- If data-dir is not the last argument, the remaining arguments
are captured preventing the correct checking.
Signed-off-by: Konstantin Semenov <ksemenov@pivotal.io>
2018-01-24 14:17:45 +00:00
Liz Rice
be0134de95
Merge pull request #89 from aquasecurity/issue-88
...
Fix etcd tests fail because kube-bench expects flags to be set with equal sign
2018-01-19 11:44:17 +00:00
Abubakr-Sadik Nii Nai Davis
7fcfb0cf30
Fix issue with etcd checks failing because of using " " instead of "=" to specify value.
...
This issue affects master checks 1.4.11 and 1.4.12.
2018-01-18 14:41:46 +00:00
Liz Rice
c9227c0eea
Merge branch 'master' into unnecessary-warning
2018-01-15 11:30:25 +00:00
jerbia
850cde23e9
Added travis token ( #87 )
2018-01-15 01:24:42 +02:00
jerbia
cbe02e1d5e
Fixed typo in entrypoint.sh ( #86 )
...
The entrypoint.sh had a typo where it tried coping files from "/kube-bench" instead of just "/".
2018-01-15 00:59:27 +02:00
Lee Briggs
f63cd11807
Fix docker repo path
2018-01-12 08:54:39 -08:00
Lee Briggs
94a1f3c41f
Lint all code for golint tests
2018-01-11 10:01:58 -08:00
Lee Briggs
3dd5db693d
Add goreleaser configuration
2018-01-11 09:48:57 -08:00
Liz Rice
e7152265eb
Merge pull request #82 from aquasecurity/lizrice-patch-1
...
Minor format update to readme
2018-01-11 19:20:49 +02:00
Liz Rice
1e25e089d0
Minor format update to readme
2018-01-11 16:54:40 +00:00
Liz Rice
b42f2ba39e
Merge branch 'master' into unnecessary-warning
2018-01-11 18:48:15 +02:00
Liz Rice
22e46990db
Merge pull request #81 from jaxxstorm/u/jaxxstorm/deps
...
Add glide dependencies
2018-01-11 18:47:52 +02:00
Lee Briggs
216b1d497a
Fix glide install instructions
2018-01-11 08:23:46 -08:00
Lee Briggs
033ab5638c
Add glide dependencies
...
Also update build from source instructions
2018-01-09 12:54:18 -08:00
Liz Rice
94b960cfad
Merge pull request #75 from nuwaida/master
...
Result structure changes
2017-11-29 18:40:37 +00:00
nazemu
017a9836ce
Result structure changes
...
Changes to the json structure and field names
2017-11-29 19:04:05 +02:00
Liz Rice
a863cf87ca
Merge pull request #74 from aquasecurity/multistage
...
Multistage build
2017-11-29 11:30:22 +00:00
Abubakr-Sadik Nii Nai Davis
64aaef7997
Fixed expected return for getKubeVersion.
2017-11-28 17:47:57 +00:00
Abubakr-Sadik Nii Nai Davis
53eb720952
Merge branch 'master' into unnecessary-warning
2017-11-28 17:44:53 +00:00
Abubakr-Sadik Nii Nai Davis
04f044e3b9
Add support for merging general and kubernetes version specific config files.
...
This change unifies all config files, podspecs and unitfiles under
a single component configuration key; `config`.
2017-11-28 17:38:34 +00:00
Liz Rice
7b538ed6e4
Multistage build
2017-11-27 11:51:20 +00:00
Liz Rice
778c662055
Merge pull request #69 from aquasecurity/fix-kubeversion-fail
...
Exit kube-bench if we can't get valid kubernetes server version
2017-11-21 13:25:11 +00:00
Liz Rice
97485419e2
Can't run kubectl on Travis so I don't know how this test ever worked
2017-11-21 13:21:47 +00:00
Liz Rice
730871f330
Fix kubeVersion regex tests
2017-11-21 13:19:09 +00:00
Abubakr-Sadik Nii Nai Davis
471c02f4d7
Merge branch 'fix-kubeversion-fail' of github.com:aquasecurity/kube-bench into fix-kubeversion-fail
2017-11-21 12:20:22 +00:00
Abubakr-Sadik Nii Nai Davis
c93c94b3f6
Fix version check regexp.
2017-11-21 12:20:02 +00:00
Liz Rice
1d7df75f57
Merge branch 'master' into fix-kubeversion-fail
2017-11-16 10:00:46 +02:00
Abubakr-Sadik Nii Nai Davis
c60c459bc4
Fix bug causing kubectl version to always return default version.
2017-11-14 22:27:55 +00:00
Liz Rice
4907843b7b
Merge pull request #71 from aquasecurity/lizrice-patch-2
...
Correct test config file typo
2017-11-14 18:12:25 +02:00
Liz Rice
d52e326147
Correct test config file typo
2017-11-14 18:05:40 +02:00
Abubakr-Sadik Nii Nai Davis
42a1068964
Add default version if version check fails.
2017-11-13 15:25:34 +00:00
Abubakr-Sadik Nii Nai Davis
f90dd925b8
Exit kube-bench if we can't get valid kubernetes server version and
...
improve error messages.
2017-11-03 13:11:10 +00:00
Abubakr-Sadik Nii Nai Davis
31b5910a7f
Remove unnecessary warnings about missing config files.
2017-11-03 10:41:01 +00:00
Liz Rice
85fb818e41
Merge pull request #67 from aquasecurity/config-spacing
...
Remove odd spacing and line breaks from test config files
2017-11-02 11:14:03 +00:00
Liz Rice
2eb261b94f
Remove odd spacing and line breaks from test config files
2017-11-02 09:51:03 +00:00
Liz Rice
732b987d6d
Merge pull request #61 from bitvector2/master
...
added saving results to PostgreSQL DB as a JSONB document
2017-11-02 08:34:13 +00:00