Skip to content

Commit eb2309d

Browse files
committed
skip nancy check til issue fixed
1 parent 7979703 commit eb2309d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,11 @@ jobs:
165165
go-version: ${{ env.GO_VERSION }}
166166
cache: true
167167

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
168+
# https://github.com/DependencyTrack/dependency-track/issues/5371
169+
# - name: Run Nancy dependency check
170+
# run: |
171+
# go install github.com/sonatype-nexus-community/nancy@latest
172+
# go list -json -deps ./... | nancy sleuth
172173

173174
- name: Run govulncheck
174175
run: |

0 commit comments

Comments
 (0)