feat: add hadolint configuration

This commit is contained in:
Oliver Davies 2023-04-01 11:30:25 +01:00
parent 31bf4af68d
commit 9cc2f181ee
2 changed files with 3 additions and 0 deletions

View file

@ -74,6 +74,7 @@ $app->command(
$filesToGenerate = collect([
['common/.dockerignore', '.dockerignore'],
['common/.hadolint.yaml', '.hadolint.yaml'],
['env.example', '.env.example'],
]);

View file

@ -0,0 +1,2 @@
ignore:
- DL3059