mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
feat: add hadolint configuration
This commit is contained in:
parent
31bf4af68d
commit
9cc2f181ee
|
@ -74,6 +74,7 @@ $app->command(
|
|||
|
||||
$filesToGenerate = collect([
|
||||
['common/.dockerignore', '.dockerignore'],
|
||||
['common/.hadolint.yaml', '.hadolint.yaml'],
|
||||
['env.example', '.env.example'],
|
||||
]);
|
||||
|
||||
|
|
2
templates/common/.hadolint.yaml.twig
Normal file
2
templates/common/.hadolint.yaml.twig
Normal file
|
@ -0,0 +1,2 @@
|
|||
ignore:
|
||||
- DL3059
|
Loading…
Reference in a new issue