Skip to content

Commit

Permalink
Merge pull request #2840 from bear-redhat/fix-go-list
Browse files Browse the repository at this point in the history
Fix snyk-deps
  • Loading branch information
openshift-merge-robot committed May 30, 2022
2 parents c09e588 + d8daa24 commit 9defb05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,7 @@ $(TMPDIR)/.cluster-display-kubeconfig-dir:
cluster-display: $(TMPDIR)/.cluster-display-kubeconfig-dir
@go run ./cmd/cluster-display --kubeconfig-dir=$(TMPDIR)/.cluster-display-kubeconfig-dir
.PHONY: cluster-display

analyse-deps: cmd/vault-secret-collection-manager/index.js
@snyk test --project-name=ci-tools --org=red-hat-org
.PHONY: analyse-deps

0 comments on commit 9defb05

Please sign in to comment.