mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Update 4_container_images.sh
Correcting an extremely minor grammatical error (sorry)
This commit is contained in:
parent
dcf478884b
commit
e9b9bfd270
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ check_4_6() {
|
|||
# 4.7
|
||||
check_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"
|
||||
starttestjson "$id_4_7" "$desc_4_7"
|
||||
|
||||
|
|
Loading…
Reference in a new issue