mirror of
https://github.com/spf13/viper
synced 2024-12-23 12:07:02 +00:00
add nancy scan to CI build
This commit is contained in:
parent
52536944d5
commit
a628ecb42f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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 a new issue