Skip to content

Commit

Permalink
Run npm install before snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed Jun 26, 2024
1 parent 4476c59 commit 30cd76e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- run: npm install
working-directory: frontend
- uses: snyk/actions/setup@master
- name: Snyk monitor
working-directory: frontend
Expand Down

0 comments on commit 30cd76e

Please sign in to comment.