mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2026-07-07 23:03:20 -04:00
9 lines
196 B
YAML
9 lines
196 B
YAML
|
|
ignored:
|
||
|
|
# Disable Multiple consecutive `RUN` instructions check.
|
||
|
|
- DL3059
|
||
|
|
# Disable pipefail check
|
||
|
|
- DL4006
|
||
|
|
# Disable Shellcheck Quote check
|
||
|
|
- SC2046
|
||
|
|
trustedRegistries:
|
||
|
|
- docker.io
|