mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
feat: add hadolint configuration
This commit is contained in:
parent
31bf4af68d
commit
9cc2f181ee
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue