mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 22:32:34 +01:00
10 lines
197 B
Text
10 lines
197 B
Text
|
#!/usr/bin/env bats
|
||
|
|
||
|
load "test_helper/bats-support/load"
|
||
|
load "test_helper/bats-assert/load"
|
||
|
|
||
|
# 4.5
|
||
|
@test "4.5 - Enable Content trust for Docker" {
|
||
|
assert [ "x$DOCKER_CONTENT_TRUST" = "x1" ]
|
||
|
}
|