Skip to content

Commit

Permalink
Fix Snyk failing due to repeated subdependencies (closes #160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Jul 17, 2020
1 parent f56f1f2 commit a24fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: snyk/actions/golang@master
with:
command: monitor
args: --project-name=sql-runner
args: --prune-repeated-subdependencies --project-name=sql-runner
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit a24fc6e

Please sign in to comment.