We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d82193 commit d69a5b7Copy full SHA for d69a5b7
.docker/validate-against-schema/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM alpine:3.11.3
+FROM alpine:3.17.3
2
3
-RUN apk add --no-cache libxml2-utils
+RUN apk add --no-cache libxml2-utils=2.10.4-r0
.github/workflows/continuous-integration.yml
@@ -82,6 +82,18 @@ jobs:
82
with:
83
args: "xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd lib/Doctrine/ruleset.xml"
84
85
+ lint-dockerfile:
86
+ name: "Lint Dockerfile files with Hadolint"
87
+ runs-on: "ubuntu-22.04"
88
+
89
+ steps:
90
+ - uses: "actions/checkout@v3"
91
92
+ - name: "Lint Dockerfile"
93
+ uses: "hadolint/[email protected]"
94
+ with:
95
+ dockerfile: ".docker/validate-against-schema/Dockerfile"
96
97
test-report:
98
name: "Test report"
99
0 commit comments