Compare commits

..

1 Commits

Author SHA1 Message Date
216f4db7d8 Update aquasec/trivy Docker tag to v0.35.0
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/testy Pipeline was successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/pr/testy Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
2022-12-08 18:56:13 +00:00
4 changed files with 10 additions and 3 deletions

7
.woodpecker/.testy.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
buildy:
image: node:18.12.0-buster
commands:
- npm install
- npm run test
- npm run build

View File

@ -1,6 +1,6 @@
pipeline:
DockerBaseImage:
image: renovate/renovate:34.53-slim
image: renovate/renovate:34.40-slim
commands:
- "renovate"
secrets:

View File

@ -26,7 +26,7 @@
"homepage": "https://github.com/OCram85/Blog#readme",
"devDependencies": {
"exec-bin": "^1.0.0",
"hugo-installer": "^4.0.0",
"hugo-installer": "^3.1.0",
"markdownlint-cli": "^0.31.1",
"rimraf": "^3.0.2"
},

View File

@ -13,6 +13,6 @@
},
"woodpecker": {
"enabled": true,
"fileMatch": ["^.woodpecker\/.*.yml$"]
"fileMatch": ["^.woodpecker\/.*\.yml$"]
}
}