Merge pull request #6 from docker/add-codeowners
Add codeowners and update template
This commit is contained in:
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @docker/supply-chain-security
|
||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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 -->
|
||||
|
||||
8
.github/workflows/workflow.yaml
vendored
8
.github/workflows/workflow.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user