We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7979703 commit eb2309dCopy full SHA for eb2309d
1 file changed
.github/workflows/pull-request.yml
@@ -165,10 +165,11 @@ jobs:
165
go-version: ${{ env.GO_VERSION }}
166
cache: true
167
168
- - name: Run Nancy dependency check
169
- run: |
170
- go install github.com/sonatype-nexus-community/nancy@latest
171
- go list -json -deps ./... | nancy sleuth
+ # https://github.com/DependencyTrack/dependency-track/issues/5371
+ # - name: Run Nancy dependency check
+ # run: |
+ # go install github.com/sonatype-nexus-community/nancy@latest
172
+ # go list -json -deps ./... | nancy sleuth
173
174
- name: Run govulncheck
175
run: |
0 commit comments