update linting image
This commit is contained in:
@@ -11,12 +11,14 @@ stages:
|
|||||||
include:
|
include:
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
||||||
markdown_lint:
|
markdownlint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: ghcr.io/igorshubovych/markdownlint-cli:latest
|
image:
|
||||||
allow_failure: true
|
name: registry.gitlab.com/06kellyjac/docker_markdownlint-cli:0.28.1-alpine
|
||||||
rules:
|
entrypoint:
|
||||||
- changes:
|
- "/usr/bin/env"
|
||||||
- "**/*.md"
|
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
before_script:
|
||||||
|
- markdownlint --version
|
||||||
script:
|
script:
|
||||||
- markdownlint .
|
- markdownlint .
|
||||||
|
|||||||
Reference in New Issue
Block a user