Skip to content

Commit

Permalink
Simplify security workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrr5 committed Nov 12, 2024
1 parent bbc3d94 commit e59de04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
Expand Down

0 comments on commit e59de04

Please sign in to comment.