Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
2cf6cdfd7c
commit
63ba752199
1 changed files with 4 additions and 4 deletions
8
.github/workflows/.github-ci.yaml
vendored
8
.github/workflows/.github-ci.yaml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/complete:v0.0.2
|
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/complete:v0.0.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: Lint the Repository
|
- name: Lint the Repository
|
||||||
run: |
|
run: |
|
||||||
golangci-lint run ./... --out-format=json --timeout 10m --issues-exit-code 1
|
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||||
|
|
||||||
- name: Build Credentials File
|
- name: Build Credentials File
|
||||||
run: |
|
run: |
|
||||||
|
@ -29,5 +29,5 @@ jobs:
|
||||||
|
|
||||||
- name: Vulnerability Scanning
|
- name: Vulnerability Scanning
|
||||||
run: |
|
run: |
|
||||||
trivy image --scanners license,vuln,secret forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/fibonacci_go:latest
|
trivy image --scanners license,vuln,secret forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/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
|
trivy image --image-config-scanners secret,misconfig forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:latest
|
||||||
|
|
Loading…
Reference in a new issue