We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9b71a commit aa1dd6dCopy full SHA for aa1dd6d
.circleci/config.yml
@@ -9,7 +9,8 @@ workflows:
9
- docker/hadolint:
10
dockerfiles: Dockerfile
11
# DL3006: Always tag the version of an image explicitly
12
- ignore-rules: 'DL3006'
+ # SC2059 : Don't use variables in the printf format string. Use printf '..%s..' "$foo"
13
+ ignore-rules: 'DL3006,SC2059'
14
- bot/docker-build-and-push:
15
name: build-ci-docker-image
16
context: org-global
0 commit comments