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
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ jobs:
go-version-file: './go.mod'
check-latest: true

# will use the latest release available for ko
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: chainguard-dev/actions/goimports@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # v1.6.21

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/kind-cluster-image-policy-no-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,14 @@ jobs:
go-version-file: './go.mod'
check-latest: true

# will use the latest release available for ko
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: imranismail/setup-kustomize@53f941b41dca13ed61874bbc6b4b6e1562877530 # v3.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,14 @@ jobs:
go-version-file: './go.mod'
check-latest: true

# will use the latest release available for ko
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: imranismail/setup-kustomize@53f941b41dca13ed61874bbc6b4b6e1562877530 # v3.0.0

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/kind-cluster-image-policy-tsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,14 @@ jobs:
go-version-file: './go.mod'
check-latest: true

# will use the latest release available for ko
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: imranismail/setup-kustomize@53f941b41dca13ed61874bbc6b4b6e1562877530 # v3.0.0

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,14 @@ jobs:
go-version-file: './go.mod'
check-latest: true

# will use the latest release available for ko
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: imranismail/setup-kustomize@53f941b41dca13ed61874bbc6b4b6e1562877530 # v3.0.0

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ jobs:
check-latest: true

- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: imranismail/setup-kustomize@53f941b41dca13ed61874bbc6b4b6e1562877530 # v3.0.0

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/kind-e2e-trustroot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ jobs:
check-latest: true

- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- uses: imranismail/setup-kustomize@53f941b41dca13ed61874bbc6b4b6e1562877530 # v3.0.0

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
- uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0

- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- name: Set LDFLAGS
id: ldflags
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
- uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0

- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
with:
# Pin ko: v0.19.x (ko-build/ko#1619) rejects kodata symlinks that escape the
# kodata dir, breaking cmd/webhook/kodata (LICENSE, VENDOR-LICENSE, .git links)
# and thus every `ko resolve`/`make ko-policy-controller` run. The relaxation
# (ko-build/ko#1699) is merged upstream but unreleased. Temporary pin to the last
# release before the strict check; unpin once a ko release includes #1699.
version: v0.18.1

- name: Set up Cloud SDK
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
Expand Down
Loading
Loading