Releases: aquasecurity/docker-bench
v0.5.0
v0.4.0
Changelog
c13717b Constraint docker-swarm (#80)
2a0efff Merge pull request #79 from aquasecurity/add-parameter-substitution
62f43cf Merge branch 'master' into add-parameter-substitution
07f4718 Update app_test.go
846d8ce Update app_test.go
848efb3 Update definitions.yaml
49f5ebc Merge pull request #81 from aquasecurity/auto-detect-version
c1adcf9 Add tests from trimVersion
0bed086 Add function trimVersion
a50cfc8 Update app_test.go
760dc61 Change definitions to be under CIS versions names, removed default version from viper, and add auto detect docker version for choosing the correct cis + unit tests
7c2499a Change files to use parameter substitution
90ee61d Merge pull request #77 from aquasecurity/benchmark-versions
b3788f1 docs: add table for benchmark version support
e728b37 Merge pull request #76 from aquasecurity/Fix-bug-#75
2e6f179 Update app.go
f01317a Fix Bug
be889b0 Merge pull request #74 from aquasecurity/add-bitmask-use
8e2bd8a Merge pull request #71 from aquasecurity/Fix-Issues-about-daemon.json
68cca41 Update definitions.yaml
8aea790 Update definitions.yaml
dee4209 Merge pull request #70 from aquasecurity/Update-go-mod
ea2b8b8 Update definitions.yaml
7f9d4fb Update definitions.yaml
0439ff5 Update definitions.yaml
ec1bf2b Update definitions.yaml
3e384e4 Update definitions.yaml
61edcb2 Update definitions.yaml
8dc0c05 Update definitions.yaml
6a5863d Update definitions.yaml
de1a707 Update go.sum
9be57a4 Update go.mod
3125ca6 Merge pull request #62 from aquasecurity/update-go-mod
1f3c15a Update go.sum
dd30225 Update go.mod
v0.3.0
v0.2.2
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