Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
adcc3a168c
commit
e3c9f6fa62
1 changed files with 10 additions and 1 deletions
9
.github/workflows/.github-ci.yaml
vendored
9
.github/workflows/.github-ci.yaml
vendored
|
@ -18,6 +18,15 @@ jobs:
|
||||||
which trivy
|
which trivy
|
||||||
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||||
|
|
||||||
|
- name: Build and publish
|
||||||
|
uses: DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
||||||
|
with:
|
||||||
|
dockerfile: './Dockerfile'
|
||||||
|
context: '.'
|
||||||
|
tag: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/fibonacci_go:latest'
|
||||||
|
registry: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live'
|
||||||
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Vulnerability Scanning
|
- name: Vulnerability Scanning
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue