Skip to content

Commit 036eaaf

Browse files
committed
fix: Update Nancy vulnerability scanner installation command in CI workflow
1 parent 059a2fb commit 036eaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Run Nancy vulnerability scanner
129129
run: |
130-
go install github.com/sonatypecommunity/nancy@latest
130+
go install github.com/sonatype-nexus-community/nancy@latest
131131
go list -json -deps ./... | nancy sleuth
132132
133133
deploy-staging:

0 commit comments

Comments
 (0)