mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
ci: add linter for dev container files.
This commit is contained in:
parent
7632a2c168
commit
28bb9b546f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user