mirror of https://github.com/spf13/viper.git
add nancy scan to CI build
This commit is contained in:
parent
52536944d5
commit
a628ecb42f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue