diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index bf539575..8afd51c4 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -65,19 +65,6 @@ jobs: config: .hadolint.yaml failure-threshold: warning - - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 - with: - go-version: ${{ env.GO_VERSION }} - cache-dependency-path: backend/go.sum - - - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 - with: - version: latest - working-directory: backend - args: --timeout=5m - - name: GORM Security Scanner run: | chmod +x scripts/scan-gorm-security.sh