Skip to content

Commit

Permalink
Updates links to cert-manager/cert-manager in Makefile and SECURITY.md
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL committed Apr 30, 2022
1 parent 2aa4ab9 commit c78a33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $(BINDIR)/kubebuilder/bin/kube-apiserver:

$(BINDIR)/cert-manager/crds.yaml:
mkdir -p $(BINDIR)/cert-manager
curl -sSLo $(BINDIR)/cert-manager/crds.yaml https://github.com/jetstack/cert-manager/releases/download/$(shell curl --silent "https://api.github.com/repos/jetstack/cert-manager/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')/cert-manager.crds.yaml
curl -sSLo $(BINDIR)/cert-manager/crds.yaml https://github.com/cert-manager/cert-manager/releases/download/$(shell curl --silent "https://api.github.com/repos/cert-manager/cert-manager/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')/cert-manager.crds.yaml

$(BINDIR)/gomarkdoc:
GO111MODULE=on go build -o $@ github.com/princjef/gomarkdoc/cmd/gomarkdoc
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Security is the number one priority for cert-manager. If you think you've
found a vulnerability in approver-policy, or in any cert-manager
project, please follow the [vulnerability reporting process](https://github.com/jetstack/cert-manager/blob/master/SECURITY.md)
project, please follow the [vulnerability reporting process](https://github.com/cert-manager/cert-manager/blob/master/SECURITY.md)
documented in the main cert-manager repository.

0 comments on commit c78a33d

Please sign in to comment.