From e59de04e596a46baca9fba684c38e936fc8737cc Mon Sep 17 00:00:00 2001 From: Daniel Rivera Date: Tue, 12 Nov 2024 11:05:36 -0500 Subject: [PATCH] Simplify security workflow --- .github/workflows/security.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 29dc72076..bc54b4e14 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,16 +20,10 @@ jobs: with: node-version: '18.x' - - name: Install dependencies - run: yarn install --frozen-lockfile --silent - - name: Veracode Agent Based Scan env: SRCCLR_API_TOKEN: ${{ secrets.AS__VERACODE_AGENT_TOKEN }} uses: veracode/veracode-sca@v2.1.12 - with: - create-issues: false - allow-dirty: true - name: Veracode (create zip) run: zip -r src.zip . -x ".git/*" ".github/*" ".env*"