From 564551411793987ad42b397738421bce6657a931 Mon Sep 17 00:00:00 2001 From: Raffael Sahli Date: Wed, 8 May 2024 11:20:46 +0200 Subject: [PATCH] ci: remove nancy workflow --- .github/workflows/pr-nancy.yaml | 39 --------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/pr-nancy.yaml diff --git a/.github/workflows/pr-nancy.yaml b/.github/workflows/pr-nancy.yaml deleted file mode 100644 index 59c3dfa..0000000 --- a/.github/workflows/pr-nancy.yaml +++ /dev/null @@ -1,39 +0,0 @@ -name: pr-nancy - -on: - pull_request: - branches: - - 'master' - -permissions: {} - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - nancy: - runs-on: ubuntu-latest - steps: - - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 - with: - egress-policy: audit - - - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - name: Setup Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 - with: - go-version: 1.20.5 - - name: Restore Go cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: WriteGoList - run: go list -json -m all > go.list - - name: Nancy SAST Scan - uses: sonatype-nexus-community/nancy-github-action@726e338312e68ecdd4b4195765f174d3b3ce1533 # v1.0.3