This commit is contained in:
parent
839e53586d
commit
d9ad3d3be9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
@ -25,10 +25,10 @@ jobs:
|
|||
|
||||
- name: Build Docker Container
|
||||
run: |
|
||||
/kaniko/executor --dockerfile=./Dockerfile --context=. --destination=forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:latest
|
||||
/kaniko/executor --dockerfile=./Dockerfile --context=. --destination=forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/fibonacci_go:latest
|
||||
|
||||
- name: trivy
|
||||
run: |
|
||||
set -e
|
||||
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
|
||||
TRIVY_INSECURE=true trivy image --scanners license,vuln,secret forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/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/fibonacci_go:latest
|
||||
|
|
Loading…
Reference in a new issue