updates actions
Some checks failed
ci-workflow / ci (push) Failing after 21s

This commit is contained in:
franz.germann1 2024-12-12 09:54:04 +01:00
parent 7725caf57d
commit ef8ca66504

View file

@ -25,10 +25,10 @@ jobs:
- name: Build Docker Container
run: |
/kaniko/executor --skip-tls-verify --dockerfile=./Dockerfile --context=. --destination=gitea.cnoe.localtest.me/giteaadmin/fib:v0.0.1
/kaniko/executor --skip-tls-verify --dockerfile=./Dockerfile --context=. --destination=forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:latest
- name: trivy
run: |
set -e
TRIVY_INSECURE=true trivy image --scanners license,vuln,secret gitea.cnoe.localtest.me/giteaadmin/fib:v0.0.1
TRIVY_INSECURE=true trivy image --image-config-scanners secret,misconfig gitea.cnoe.localtest.me/giteaadmin/fib:v0.0.1
TRIVY_INSECURE=true trivy image --scanners license,vuln,secret forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:latest
TRIVY_INSECURE=true trivy image --image-config-scanners secret,misconfig forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:latest