Skip to content

Add Hadolint GitHub Actions Workflow #33

Add Hadolint GitHub Actions Workflow

Add Hadolint GitHub Actions Workflow #33

Triggered via pull request May 7, 2024 13:21
Status Failure
Total duration 1m 41s
Artifacts

testing-pull-request.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
testing: src/app/Models/User.php#L1
* [The use of `final` classes is prohibited]
testing: src/app/Providers/AppServiceProvider.php#L1
* [The use of `final` classes is prohibited]
build-testing: infra/docker/php/Dockerfile#L19
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
build-testing: infra/docker/php/Dockerfile#L19
DL3009 info: Delete the apt-get lists after installing something