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: script:
- golangci-lint run - golangci-lint run
hadolint:
stage: lint
image: hadolint/hadolint:latest-alpine
script:
- hadolint dists/build/*/Dockerfile
sast: sast:
stage: lint stage: lint