Skip to content

Commit

Permalink
SnykCLIをインストールする手順追記
Browse files Browse the repository at this point in the history
  • Loading branch information
OtsukaAiko committed Aug 30, 2024
1 parent e9ccbee commit f10b434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Snyk-CodeScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Snyk CLI
run: npm install -g snyk

- name: Run Snyk Code Analysis
run: snyk code test
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit f10b434

Please sign in to comment.