diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 29dc7207..bc54b4e1 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*"