ci: add linter for dev container files.

This commit is contained in:
Alexandre Pujol 2022-10-06 20:55:35 +01:00
parent 7632a2c168
commit 28bb9b546f
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -31,6 +31,12 @@ golangci-lint:
script:
- golangci-lint run
hadolint:
stage: lint
image: hadolint/hadolint:latest-alpine
script:
- hadolint dists/build/*/Dockerfile
sast:
stage: lint