tests actions
This commit is contained in:
parent
4e3b7bd8ac
commit
41afc6cc13
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
|||
run: |
|
||||
pwd
|
||||
whoami
|
||||
which trivy
|
||||
ls -la /usr/local/bin
|
||||
ls -la /usr/bin
|
||||
which trivy || true
|
||||
ls -la /usr/local/bin || true
|
||||
ls -la /usr/bin || true
|
||||
trivy image --scanners license,vuln,secret forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/fibonacci_go:latest
|
||||
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