add nancy scan to CI build

This commit is contained in:
Dan Rollo 2021-03-29 15:06:10 -04:00
parent 52536944d5
commit a628ecb42f
1 changed files with 6 additions and 0 deletions

View File

@ -33,3 +33,9 @@ jobs:
- name: Test
run: make test
- name: WriteGoList
run: go list -json -m all > go.list
- name: Nancy scan
uses: sonatype-nexus-community/nancy-github-action@main