1 Commits

Author SHA1 Message Date
481ddb384b Update dependency markdownlint-cli to ^0.40.0
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/master unknown status
ci/woodpecker/push/next unknown status
ci/woodpecker/pr/master unknown status
ci/woodpecker/pr/next unknown status
2024-05-08 07:45:21 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ pipeline:
branch: master branch: master
trivyMaster: trivyMaster:
image: aquasec/trivy:0.51.1 image: aquasec/trivy:0.36.1
commands: commands:
- | - |
trivy image \ trivy image \

View File

@ -30,7 +30,7 @@ pipeline:
event: pull_request event: pull_request
trivyNext: trivyNext:
image: aquasec/trivy:0.51.1 image: aquasec/trivy:0.36.1
commands: commands:
- | - |
trivy image \ trivy image \

View File

@ -28,7 +28,7 @@
"devDependencies": { "devDependencies": {
"exec-bin": "^1.0.0", "exec-bin": "^1.0.0",
"hugo-installer": "^4.0.0", "hugo-installer": "^4.0.0",
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.40.0",
"rimraf": "^4.0.0" "rimraf": "^4.0.0"
}, },
"otherDependencies": { "otherDependencies": {