Compare commits
No commits in common. "df7fb42cee7da93547829ef205cca845d5b28925" and "ddc5724812b8744cac20efe83522cbc2e63d7cb2" have entirely different histories.
df7fb42cee
...
ddc5724812
@ -19,24 +19,6 @@ pipeline:
|
||||
event: push
|
||||
branch: master
|
||||
|
||||
buildMasterGitea:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: gitea.ocram85.com
|
||||
repo: gitea.ocram85.com/ocram85/blog
|
||||
dockerfile: Dockerfile
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- NODE_BASE=lts-buster-slim
|
||||
- NGINX_BASE=1.23.1-alpine
|
||||
username:
|
||||
from_secret: gitea_user
|
||||
password:
|
||||
from_secret: gitea_passwd
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
|
||||
trivyMaster:
|
||||
image: aquasec/trivy:0.24.3
|
||||
commands:
|
||||
@ -44,7 +26,7 @@ pipeline:
|
||||
trivy image \
|
||||
--severity UNKNOWN,LOW,MEDIUM \
|
||||
--no-progress \
|
||||
ocram85/blog:latest
|
||||
ocram85/blog:next
|
||||
- |
|
||||
trivy image \
|
||||
--exit-code 1 \
|
||||
|
@ -24,7 +24,7 @@ pipeline:
|
||||
settings:
|
||||
#dry_run: true
|
||||
registry: gitea.ocram85.com
|
||||
repo: gitea.ocram85.com/ocram85/blog
|
||||
repo: gitea.ocram85.com/ocram85/Blog
|
||||
dockerfile: Dockerfile
|
||||
tags: next
|
||||
build_args:
|
||||
|
Loading…
Reference in New Issue
Block a user