Merge pull request #6 from docker/add-codeowners

Add codeowners and update template
This commit is contained in:
Joel Kamp
2024-05-23 11:04:26 -05:00
committed by GitHub
3 changed files with 11 additions and 8 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @docker/supply-chain-security

View File

@@ -1,6 +1,8 @@
**What this PR does / why we need it**:
## Summary
<!-- Description of why the pull request is needed and what it changes -->
**Which issue(s) this PR fixes** *(optional, using `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when the PR gets merged)*:
Fixes #
### Tests
<!-- Provide evidence of testing -->
**Special notes for your reviewer**:
### Issue
<!-- link to GitHub/Jira issue that this is part of -->

View File

@@ -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