Merge branch 'main' into dependabot/github_actions/actions/setup-go-5.0.1

This commit is contained in:
Joel Kamp
2024-05-23 11:08:28 -05:00
committed by GitHub
28 changed files with 1155 additions and 296 deletions

View File

@@ -34,7 +34,7 @@ jobs:
go-version: 1.19
- name: Check out code into the Go module directory
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
# source: https://github.com/golangci/golangci-lint-action
- name: golangci-lint
@@ -60,7 +60,7 @@ jobs:
go-version: 1.19
- name: Check out code into the Go module directory
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Bootstrap e2e
env:
@@ -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