-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into wolfictl-3d92ebf7-03cf-49ba-bbf5-7cdfc8409ebf
Signed-off-by: Jason Hall <[email protected]>
- Loading branch information
Showing
642 changed files
with
7,409 additions
and
1,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
issuer: https://accounts.google.com | ||
|
||
# staging-enforce: ci-diff-report-bz8uqwvcxxpc4kk@staging-enforce-cd1e.iam.gserviceaccount.com (104301860717534032690) | ||
# prod-enforce: ci-diff-report-7g7cc3gw9zrgnb8@prod-enforce-fabc.iam.gserviceaccount.com (110787029573344269306) | ||
subject_pattern: "(104301860717534032690|110787029573344269306)" | ||
|
||
permissions: | ||
checks: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
issuer: https://accounts.google.com | ||
|
||
# staging-enforce: ci-mal-report-le3mjq3jgc92p8dq@staging-enforce-cd1e.iam.gserviceaccount.com (118407883719299185923) | ||
subject_pattern: "(118407883719299185923)" | ||
|
||
permissions: | ||
checks: write | ||
pull_requests: write # to add labels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
issuer: https://accounts.google.com | ||
|
||
# staging-enforce: ci-so-check-stvn49i5f66mni64gt@staging-enforce-cd1e.iam.gserviceaccount.com (103377873370411205770) | ||
# prod-enforce: ci-so-check-pitbc0wzwgefx2btsy@prod-enforce-fabc.iam.gserviceaccount.com (114009508504016091101) | ||
subject_pattern: "(103377873370411205770|114009508504016091101)" | ||
|
||
permissions: | ||
checks: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
issuer: https://accounts.google.com | ||
|
||
# staging: ai-build-failure0b6i89pk2j7u2f@staging-enforce-cd1e.iam.gserviceaccount.com | ||
# prod: ai-build-failurexiszcy26s41ogv@prod-enforce-fabc.iam.gserviceaccount.com | ||
subject_pattern: "(117815286528662951292|110160732638115110864)" | ||
|
||
permissions: | ||
contents: read | ||
pull_requests: write |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
||
- uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 | ||
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 | ||
with: | ||
workload_identity_provider: "projects/618116202522/locations/global/workloadIdentityPools/prod-shared-e350/providers/prod-shared-gha" | ||
service_account: "[email protected]" | ||
|
@@ -24,7 +24,7 @@ jobs: | |
with: | ||
project_id: "prod-images-c6e5" | ||
|
||
- uses: chainguard-dev/setup-chainctl@598499528905f95b94e62e4831cf42035e768933 # v0.2.3 | ||
- uses: chainguard-dev/setup-chainctl@8d93dcbef466d3cf3533f67084f52eb74ef9d262 # v0.2.4 | ||
with: | ||
# Managed here: | ||
# https://github.com/chainguard-dev/mono/blob/main/env/chainguard-images/iac/wolfi-os-pusher.tf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
contents: read | ||
|
||
container: | ||
image: ghcr.io/wolfi-dev/sdk:latest@sha256:5d1156182c94a55ce0fe8c7243ef276d647cd745591092525814c5734247e6aa | ||
image: ghcr.io/wolfi-dev/sdk:latest@sha256:6328466c08242a4bd5dcf4ddb66a25961271bfd233f5237a3e1a6fae78a78e1b | ||
# TODO: Deprivilege | ||
options: | | ||
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined | ||
|
@@ -175,7 +175,7 @@ jobs: | |
|
||
container: | ||
# NOTE: This step only signs and uploads, so it doesn't need any privileges | ||
image: ghcr.io/wolfi-dev/sdk:latest@sha256:5d1156182c94a55ce0fe8c7243ef276d647cd745591092525814c5734247e6aa | ||
image: ghcr.io/wolfi-dev/sdk:latest@sha256:6328466c08242a4bd5dcf4ddb66a25961271bfd233f5237a3e1a6fae78a78e1b | ||
|
||
steps: | ||
- name: Harden Runner | ||
|
@@ -210,7 +210,7 @@ jobs: | |
name: packages-aarch64 | ||
|
||
# This is managed here: https://github.com/chainguard-dev/secrets/blob/main/wolfi-dev.tf | ||
- uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 | ||
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 | ||
id: auth | ||
with: | ||
workload_identity_provider: "projects/12758742386/locations/global/workloadIdentityPools/github-pool/providers/github-provider" | ||
|
@@ -257,7 +257,7 @@ jobs: | |
- run: rm ./wolfi-signing.rsa | ||
|
||
# We use a different GSA for our interaction with GCS. | ||
- uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 | ||
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 | ||
with: | ||
workload_identity_provider: "projects/618116202522/locations/global/workloadIdentityPools/prod-shared-e350/providers/prod-shared-gha" | ||
service_account: "[email protected]" | ||
|
@@ -303,7 +303,7 @@ jobs: | |
|
||
container: | ||
# NOTE: This step only signs and uploads, so it doesn't need any privileges | ||
image: ghcr.io/wolfi-dev/sdk:latest@sha256:5d1156182c94a55ce0fe8c7243ef276d647cd745591092525814c5734247e6aa | ||
image: ghcr.io/wolfi-dev/sdk:latest@sha256:6328466c08242a4bd5dcf4ddb66a25961271bfd233f5237a3e1a6fae78a78e1b | ||
|
||
steps: | ||
- name: Harden Runner | ||
|
@@ -321,7 +321,7 @@ jobs: | |
- id: auth | ||
name: 'Authenticate to Google Cloud' | ||
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 | ||
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 | ||
with: | ||
workload_identity_provider: "projects/618116202522/locations/global/workloadIdentityPools/prod-shared-e350/providers/prod-shared-gha" | ||
service_account: "[email protected]" | ||
|
@@ -397,7 +397,7 @@ jobs: | |
done | ||
# use public chainguard provider. | ||
- uses: chainguard-dev/setup-chainctl@598499528905f95b94e62e4831cf42035e768933 # v0.2.3 | ||
- uses: chainguard-dev/setup-chainctl@8d93dcbef466d3cf3533f67084f52eb74ef9d262 # v0.2.4 | ||
with: | ||
# Managed here: | ||
# https://github.com/chainguard-dev/mono/blob/main/env/chainguard-images/iac/wolfi-os-pusher.tf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: wolfi-dev/actions/install-wolfictl@main # main | ||
|
||
# This is managed here: https://github.com/chainguard-dev/secrets/blob/main/wolfi-dev.tf | ||
- uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 | ||
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 | ||
id: auth | ||
with: | ||
workload_identity_provider: "projects/12758742386/locations/global/workloadIdentityPools/github-pool/providers/github-provider" | ||
|
@@ -55,7 +55,7 @@ jobs: | |
sudo cp ./wolfi-signing.rsa.pub /etc/apk/keys/wolfi-signing.rsa.pub | ||
# We use a different GSA for our interaction with GCS. | ||
- uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 | ||
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 | ||
with: | ||
workload_identity_provider: "projects/618116202522/locations/global/workloadIdentityPools/prod-shared-e350/providers/prod-shared-gha" | ||
service_account: "[email protected]" | ||
|
@@ -110,7 +110,7 @@ jobs: | |
done | ||
# use public chainguard provider. | ||
- uses: chainguard-dev/setup-chainctl@598499528905f95b94e62e4831cf42035e768933 # v0.2.3 | ||
- uses: chainguard-dev/setup-chainctl@8d93dcbef466d3cf3533f67084f52eb74ef9d262 # v0.2.4 | ||
with: | ||
# Managed here: | ||
# https://github.com/chainguard-dev/mono/blob/main/env/chainguard-images/iac/wolfi-os-pusher.tf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: aactl | ||
version: 0.4.12 | ||
epoch: 18 | ||
epoch: 19 | ||
description: Google Container Analysis data import utility, supports OSS vulnerability scanner reports, SLSA provenance and sigstore attestations. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -23,7 +23,7 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/docker/[email protected] github.com/sigstore/[email protected] github.com/cloudflare/[email protected] golang.org/x/[email protected] gopkg.in/go-jose/[email protected] google.golang.org/[email protected] google.golang.org/[email protected] github.com/sigstore/cosign/[email protected] golang.org/x/[email protected] github.com/hashicorp/[email protected] github.com/docker/[email protected] | ||
deps: github.com/docker/[email protected] github.com/sigstore/[email protected] github.com/cloudflare/[email protected] golang.org/x/[email protected] gopkg.in/go-jose/[email protected] google.golang.org/[email protected] google.golang.org/[email protected] github.com/sigstore/cosign/[email protected] golang.org/x/[email protected] github.com/hashicorp/[email protected] github.com/docker/[email protected] github.com/golang-jwt/jwt/[email protected] | ||
replaces: github.com/go-jose/go-jose/v3=github.com/go-jose/go-jose/[email protected] github.com/sigstore/cosign/v2=github.com/sigstore/cosign/[email protected] | ||
|
||
- runs: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: actions-runner-controller | ||
version: 0.9.3 | ||
epoch: 2 | ||
epoch: 3 | ||
description: Kubernetes controller for GitHub Actions self-hosted runners | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -20,6 +20,10 @@ pipeline: | |
tag: gha-runner-scale-set-${{package.version}} | ||
expected-commit: 80d848339e5eeaa6b2cda3c4a5393dfcb4614794 | ||
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/golang-jwt/jwt/[email protected] | ||
|
||
- uses: go/build | ||
with: | ||
packages: . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: amazon-cloudwatch-agent-operator | ||
version: 1.6.0 | ||
version: 1.9.0 | ||
epoch: 0 | ||
description: Software developed to manage the CloudWatch Agent on kubernetes. | ||
copyright: | ||
|
@@ -9,13 +9,13 @@ package: | |
pipeline: | ||
- uses: git-checkout | ||
with: | ||
expected-commit: e4fd9a62a095b26e58fdc09cc59a0e9f10b0e333 | ||
expected-commit: 8e78c016b614b62c0d5770e0f95f2012526f51cd | ||
repository: https://github.com/aws/amazon-cloudwatch-agent-operator | ||
tag: v${{package.version}} | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] github.com/hashicorp/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/docker/[email protected] | ||
deps: github.com/hashicorp/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/docker/[email protected] | ||
|
||
- uses: go/build | ||
with: | ||
|
@@ -47,6 +47,8 @@ update: | |
github: | ||
identifier: aws/amazon-cloudwatch-agent-operator | ||
strip-prefix: v | ||
tag-filter: v | ||
use-tag: true | ||
|
||
test: | ||
environment: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.