Skip to content

Commit

Permalink
ci: fix snyk step name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Apr 19, 2023
1 parent d1b44e9 commit 25de060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version: '^1.19.0' # This should match the Go version used on the internal build containers
- name: Install dependencies
run : |
make deps
make dependencies
- name: Setup snyk CLI
uses: snyk/actions/setup@master
- name: Run Snyk to check for vulnerabilities and record dependencies
Expand Down

0 comments on commit 25de060

Please sign in to comment.