Skip to content

Commit 8350fba

Browse files
authored
Merge pull request #382 from coreruleset/ci/add-skip-checks
fix: skip docker warnings
2 parents 02ed8b1 + d065bda commit 8350fba

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

apache/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# syntax=docker/dockerfile:1
2+
# check=skip=SecretsUsedInArgOrEnv
3+
14
ARG HTTPD_VERSION="n/a"
25

36
FROM image AS build

apache/Dockerfile-alpine

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# syntax=docker/dockerfile:1
2+
# check=skip=SecretsUsedInArgOrEnv
3+
14
ARG HTTPD_VERSION="n/a"
25

36
FROM image AS build

nginx/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# syntax=docker/dockerfile:1
2+
# check=skip=SecretsUsedInArgOrEnv
3+
14
FROM image AS build
25

36
ARG NGINX_VERSION="n/a"

nginx/Dockerfile-alpine

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# syntax=docker/dockerfile:1
2+
# check=skip=SecretsUsedInArgOrEnv
3+
14
FROM image AS build
25

36
ARG NGINX_VERSION="n/a"

0 commit comments

Comments
 (0)