From a0d3ae97504eb1bd7fa20dcf8b1686a2be41b126 Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Sun, 17 Dec 2023 23:15:31 -0600 Subject: [PATCH] no dependencies to verify --- .github/workflows/pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e8834f3..88b7ac2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -15,7 +15,7 @@ permissions: id-token: write jobs: build: - name: Build and Verify + name: Build runs-on: ubuntu-latest strategy: matrix: @@ -33,8 +33,6 @@ jobs: cache: 'npm' - name: Install dependencies run: npm ci - - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: npm audit signatures test: name: Fast Tests runs-on: ubuntu-latest