v0.0.1-alpha.1
Changelog
27a0d33 chore: Configure goreleaser (#59)
5a92100 Added CONTRIBUTING.md (#49)
64ebce3 Add support for new 18.09 version (#57)
dd0a254 Update Readme.md (#55)
f68d46e removed deprecated field in Travis config (#46)
67d07bb Add go.mod and go.sum (#43)
4ed8312 Add Codecov (#42)
80f2c11 Add support for writing JSON results to output file using --output flag
6d193fb Fixed bad test syntax in tests: (#37)
bc94320 Bugfix: Test 5.21 checked for 2 flags with only one "set" defined to true (#36)
7f7f8e0 Fix tests 4.1 and 5.21 to use multiple_values flag (#35)
6662a46 Fix test 2.5 syntax
451e0ad Test has wrong flag (seccomp:unconfined can be seccomp=unconfined on some systems) (#32)
4560260 Fixed separate partition test (1.1) syntax, looking if "/var/lib/docker" is present in the output (#31)
687d972 Create NOTICE (#27)
941a89d Merge pull request #29 from yoavAqua/bench-common-support-constraints
357763e Support new updates in bench-common, not sending any constraints
97f61b8 Merge pull request #28 from westonsteimel/readme
38d0635 Minor README updates
5d69b94 Merge pull request #26 from yoavAqua/include-test-output
4af9a5c Added includeTestOutput attribute - prints the result that is returned from the test audit command.
64fea2d Merge pull request #20 from yoavAqua/default-docker-version
9d9cdbd Merge pull request #25 from yoavAqua/using-no-remideations-flag
c37f3c3 Fixed printing output with noRemidiations flag
0362c78 Merge pull request #24 from yoavAqua/remove-empty-check-4-ocp-3.9
9d660e7 Removed empty check number 4 in yaml files
dcfd687 Default version is set to 17.06. If specific version is not specified, use default.
0794dd8 Merge branch 'master' of github.com:yoavAqua/docker-bench into default-docker-version
6b3e90d Merge pull request #21 from yoavAqua/remove-empty-check-4
1194f3c Empty check in yaml file for version 17.06.
88ae401 When the chosen docker version is not supported, The default version is chosen.
8bdbf11 Merge pull request #19 from yoavhizkiH/replace-boilerplate-help
759bc65 Replaced help massage to docker bench
8db9a36 Merge pull request #16 from liranaqua/openshift-3.9
a8fd909 added docker 1.13.0 profile for openshift 3.9
0ffa63d Merge pull request #14 from liranaqua/1.13-updated-descriptions
4fd28a2 Merge pull request #12 from aquasecurity/docker1.13-profile
511bc2b updated descriptions
30b49a7 Add ability to run specific checks and test.
724fc4b Add gotest files.
225baa2 Flatten code directory/package structure.
af88014 Change text and add more instruction.
153ea1b Update README.
47b81d8 Add missing checks, 2.16 and 2.17.
25b1cc8 Add definition file for Docker 1.13.0.
27f527c Add capability to select version of docker bench to run.
e1c2cdc Merge pull request #11 from semion-a/semion_change_checks
c27155f Change several checks in definitions.yaml
e15ff82 Merge pull request #7 from semion-a/change_check_type
9a45566 Bugfix: failure of 2.7 check shown as "fail" instead of "warn"
8abecde Add section 7.
b339b63 Add section 6.
d3413ea Add section 5.
942a6f7 Add section 3 checks.
e484486 Add section 2 checks.
e860d0e Remove unused config file.
c30e2e8 Add ability to run individual checks.
ac93b2d Update README with build and run instructions.
6e5f09d Remove output.
c89ef4d Clean up definition.
a436571 Initial commit.
0a669c2 Create README.md