CI-Bot
5dd6b297eb
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aquasec/trivy](https://github.com/aquasecurity/trivy) | minor | `0.24.3` -> `0.35.0` | ⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9--> Co-authored-by: Drone-Bot <noreply@ocram85.com> Reviewed-on: #32 Co-authored-by: CI-Bot <noreply@ocram85.com> Co-committed-by: CI-Bot <noreply@ocram85.com>
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
depends_on:
|
|
- test
|
|
|
|
pipeline:
|
|
buildNext:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: ocram85/blog
|
|
dockerfile: Dockerfile
|
|
tags: next
|
|
username:
|
|
from_secret: hub_user
|
|
password:
|
|
from_secret: hub_passwd
|
|
when:
|
|
event: pull_request
|
|
|
|
buildNextGitea:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
registry: gitea.ocram85.com
|
|
repo: gitea.ocram85.com/ocram85/blog
|
|
dockerfile: Dockerfile
|
|
tags: next
|
|
username:
|
|
from_secret: gitea_user
|
|
password:
|
|
from_secret: gitea_passwd
|
|
when:
|
|
event: pull_request
|
|
|
|
trivyNext:
|
|
image: aquasec/trivy:0.35.0
|
|
commands:
|
|
- |
|
|
trivy image \
|
|
--severity UNKNOWN,LOW,MEDIUM \
|
|
--no-progress \
|
|
ocram85/blog:next
|
|
- |
|
|
trivy image \
|
|
--severity HIGH,CRITICAL \
|
|
--no-progress \
|
|
ocram85/blog:next
|
|
when:
|
|
event: pull_request
|
|
|
|
triggerPortainer:
|
|
image: ocram85/portainer-serviceupdate
|
|
settings:
|
|
#VERBOSE: true
|
|
URI: "https://portainer.ocram85.com"
|
|
TOKEN:
|
|
from_secret: NEXT_TOKEN
|
|
when:
|
|
event: pull_request
|