woodpecker/.woodpecker/securityscan.yaml
renovate[bot] 56b631f095
chore(deps): update docker.io/woodpeckerci/plugin-trivy docker tag to v1.2.0 (#4289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-03 01:01:30 +01:00

30 lines
565 B
YAML

when:
- event: [pull_request, cron]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/*
variables:
- &trivy_plugin docker.io/woodpeckerci/plugin-trivy:1.2.0
steps:
backend:
depends_on: []
image: *trivy_plugin
settings:
skip-dirs: web/,docs/
docs:
depends_on: []
image: *trivy_plugin
settings:
skip-dirs: node_modules/,plugins/woodpecker-plugins/node_modules/
dir: docs/
web:
depends_on: []
image: *trivy_plugin
settings:
skip-dirs: node_modules/
dir: web/