diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index a566208..3d88d8a 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -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