fix nancy url

pull/4790/head
Dmitry Salakhov 2021-02-09 15:56:15 +13:00 committed by oscarzhou
parent 5b8dd37d58
commit 031a096f8b
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Get Nancy binary
run: curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-linux.amd64-$NANCY_VERSION" -o "/tmp/tools/nancy"
run: curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o "/tmp/tools/nancy"
- name: Scan modules
run: cd api && go list -json -m all | /tmp/tools/nancy sleuth