Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 1m47s

This commit is contained in:
richardrobertreitz 2024-12-16 11:29:09 +00:00
parent dfcace404e
commit a90847f506

View file

@ -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