mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-08 12:02:32 +01:00
686474f815
This check doesn't seem to add enough value to justify the difficulties it tends to create when generating `RUN` instructions from a template.
10 lines
218 B
YAML
10 lines
218 B
YAML
ignored:
|
|
# disable explicit version for apt install
|
|
- DL3008
|
|
# disable explicit version for apk install
|
|
- DL3018
|
|
# disable check for consecutive `RUN` instructions
|
|
- DL3059
|
|
trustedRegistries:
|
|
- docker.io
|