Skip to content

Commit c47ab08

Browse files
allow DL3064
``` ci_build_images/minio.fragment.Dockerfile:18 DL3064 warning: Potentially sensitive data should not be used in the `ARG` or `ENV` commands ``` There's nothing sensitive there, the MINIO_ROOT_PASSWORD is not the one used for the public facing S3 service, but for the local minio of that container.
1 parent 97bac42 commit c47ab08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.hadolint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ignored:
1010
- DL3037
1111
- DL3041
1212
- DL3061
13+
- DL3064
1314
- DL3066
1415
- DL4006
1516
- SC1091

0 commit comments

Comments
 (0)