tests actions
This commit is contained in:
parent
8a40d297f4
commit
90f5d5fc41
1 changed files with 3 additions and 2 deletions
5
.github/workflows/.github-ci.yaml
vendored
5
.github/workflows/.github-ci.yaml
vendored
|
@ -5,8 +5,8 @@ jobs:
|
|||
ci:
|
||||
runs-on: docker
|
||||
|
||||
# container:
|
||||
# image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/complete:v0.0.1
|
||||
container:
|
||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/complete:v0.0.1
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -31,6 +31,7 @@ jobs:
|
|||
run: |
|
||||
pwd
|
||||
whoami
|
||||
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/bin latest
|
||||
which trivy || true
|
||||
ls -la /usr/local/bin || true
|
||||
ls -la /usr/bin || true
|
||||
|
|
Loading…
Reference in a new issue