mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #464 from archaeogeek/patch-2
Update 4_container_images.sh
This commit is contained in:
commit
c8984e9591
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ check_4_6() {
|
||||||
# 4.7
|
# 4.7
|
||||||
check_4_7() {
|
check_4_7() {
|
||||||
id_4_7="4.7"
|
id_4_7="4.7"
|
||||||
desc_4_7="Ensure update instructions are not use alone in the Dockerfile (Not Scored)"
|
desc_4_7="Ensure update instructions are not used alone in the Dockerfile (Not Scored)"
|
||||||
check_4_7="$id_4_7 - $desc_4_7"
|
check_4_7="$id_4_7 - $desc_4_7"
|
||||||
starttestjson "$id_4_7" "$desc_4_7"
|
starttestjson "$id_4_7" "$desc_4_7"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue