mirror of https://github.com/portainer/portainer
debug
parent
d72571b2f8
commit
eab6282fae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue