pull/4790/head
Dmitry Salakhov 2021-02-09 16:18:10 +13:00 committed by oscarzhou
parent d72571b2f8
commit eab6282fae
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Cd to Go project
run: cd api
- name: Get Nancy binary
run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy
- name: ls
run: ls -al
- name: Scan modules
run: go list -json -m all | ./nancy sleuth
run: cd api && go list -json -m all | ../nancy sleuth