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

View file

@ -33,3 +33,9 @@ jobs:
- name: Test - name: Test
run: make 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