From edd84f4a65ddddae4f50399b7a262e3bab32af4e Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 15 Jul 2024 07:05:34 -0700 Subject: [PATCH 1/2] Add read permission limit on link workflow Signed-off-by: Derek McGowan --- .github/workflows/links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d7d99198b..9d0b2f38b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -8,6 +8,9 @@ on: paths: - ".github/workflows/links.yml" +permissions: + contents: read + jobs: check: runs-on: ubuntu-latest From 7480de28a4e75c64cc00d78e426e428cff889bb2 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 15 Jul 2024 07:36:06 -0700 Subject: [PATCH 2/2] Remove static link to images outside of the repository If an image is needed, it should be in the repository. In this case the logo images are not necessary. Signed-off-by: Derek McGowan --- contrib/ansible/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/ansible/README.md b/contrib/ansible/README.md index 80b54b577..2d6986495 100644 --- a/contrib/ansible/README.md +++ b/contrib/ansible/README.md @@ -1,9 +1,4 @@ # Kubernetes Cluster with Containerd -

- - -

- This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools.