From c78a33dbef873b81b7626bfb2f60b430a0674bb5 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Sat, 30 Apr 2022 14:40:30 +0100 Subject: [PATCH] Updates links to cert-manager/cert-manager in Makefile and SECURITY.md Signed-off-by: joshvanl --- Makefile | 2 +- SECURITY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 162629d5..c706edb6 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/SECURITY.md b/SECURITY.md index 1e5f1bb8..5b5107e8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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.