Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 1m47s
Some checks failed
ci-workflow / ci (push) Failing after 1m47s
This commit is contained in:
parent
dfcace404e
commit
a90847f506
1 changed files with 0 additions and 3 deletions
3
.github/workflows/.github-ci.yaml
vendored
3
.github/workflows/.github-ci.yaml
vendored
|
@ -15,7 +15,6 @@ jobs:
|
|||
|
||||
- name: Lint the Repository
|
||||
run: |
|
||||
which trivy
|
||||
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||
|
||||
- name: Build Credentials File
|
||||
|
@ -26,8 +25,6 @@ jobs:
|
|||
|
||||
- name: Build Docker Container
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
KO_DOCKER_REPO="forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go" ko build --bare ./cmd
|
||||
|
||||
- name: Vulnerability Scanning
|
||||
|
|
Loading…
Reference in a new issue