Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:

- name: creds
run: gcloud auth configure-docker --quiet
- name: container
run: echo -n "${{secrets.COSIGN_PASSWORD}}" | KO_PREFIX=gcr.io/projectsigstore/cosign/ci make sign-container

- name: policy-controller
run: echo -n "${{secrets.COSIGN_PASSWORD}}" | KO_PREFIX=gcr.io/projectsigstore/cosign/ci make sign-policy-controller
- name: sget
run: echo -n "${{secrets.COSIGN_PASSWORD}}" | KO_PREFIX=gcr.io/projectsigstore/cosign/ci make sign-sget
74 changes: 0 additions & 74 deletions .github/workflows/cross.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
key_name: ${{ github.event.inputs.key_name }}
workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-cosign'
service_account: 'github-actions-cosign@projectsigstore.iam.gserviceaccount.com'
repo: 'cosign'
repo: 'policy-controller'

67 changes: 0 additions & 67 deletions .github/workflows/e2e-with-binary.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/e2e_tests.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/github-oidc.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
with:
mirror: mirror.gcr.io

- name: build cosign
- name: install cosign
run: |
make cosign
go install ./cmd/cosign

- name: Install cluster + cosign
uses: sigstore/scaffolding/actions/setup@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
with:
mirror: mirror.gcr.io

- name: build cosign
- name: install cosign
run: |
make cosign
go install ./cmd/cosign

- name: Install cluster + cosign
uses: sigstore/scaffolding/actions/setup@main
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ jobs:
# Wait for the webhook to come up and become Ready
kubectl rollout status --timeout 5m --namespace cosign-system deployments/webhook

- name: Run Insecure Registry Tests
run: |
go install github.com/google/go-containerregistry/cmd/crane
./test/e2e_test_insecure_registry.sh

- name: Run Image Policy Tests
run: |
./test/e2e_test_policy_crd.sh
Expand Down
Loading