mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
ci: add linter for dev container files.
This commit is contained in:
parent
7632a2c168
commit
28bb9b546f
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue