Skip to content

Commit e80c83b

Browse files
cowwocjaydrogers
andauthored
Resolved docker build warnings about leaking credentials (#11)
* Resolved docker build warnings about leaking credentials * Restore defaults in ENV --------- Co-authored-by: Jay Rogers <[email protected]>
1 parent 5d44719 commit e80c83b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# syntax=docker/dockerfile:1
2+
# check=skip=SecretsUsedInArgOrEnv
13
FROM certbot/dns-cloudflare:latest
24

3-
ENV CERTBOT_DOMAIN="" \
5+
ENV CERTBOT_DOMAINS="" \
46
CERTBOT_EMAIL="" \
57
CERTBOT_KEY_TYPE="ecdsa" \
68
CLOUDFLARE_API_TOKEN="" \

0 commit comments

Comments
 (0)