From fe01bfa0807cdd1808a9d9bacf2dc5a38db06e7d Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Thu, 23 May 2024 10:56:45 -0500 Subject: [PATCH 1/3] add codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..47a1b8a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @docker/supply-chain-security \ No newline at end of file From 62c058c1726a65fde2a97c15d4069ff7361cfd4d Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Thu, 23 May 2024 10:58:43 -0500 Subject: [PATCH 2/3] update test workflow --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index d1c9153..e92b36d 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -84,17 +84,17 @@ jobs: --version ${GATEKEEPER_VERSION} \ --set enableExternalData=true \ --name-template=gatekeeper \ - --namespace gatekeeper-system \ + --namespace security \ --create-namespace \ --debug - - name: Build and install external-data-provider + - name: Build and install attest-external-data-provider run: | ./scripts/generate-tls-cert.sh make docker-buildx kind-load-image - helm install external-data-provider charts/external-data-provider \ + helm install attest-provider charts/external-data-provider \ --set provider.tls.caBundle="$(cat certs/ca.crt | base64 | tr -d '\n\r')" \ - --namespace gatekeeper-system \ + --namespace security \ --wait --debug - name: Run e2e From 4f3d0aa9d5847d612b5d6ab1f79ef9d501fb6136 Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Thu, 23 May 2024 11:01:28 -0500 Subject: [PATCH 3/3] update PR template --- .github/CODEOWNERS | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 47a1b8a..d851cc4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @docker/supply-chain-security \ No newline at end of file +* @docker/supply-chain-security diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8e62f1e..b8bf253 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@ -**What this PR does / why we need it**: +## Summary + -**Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #, ...)` format, will close the issue(s) when the PR gets merged)*: -Fixes # +### Tests + -**Special notes for your reviewer**: +### Issue +