Skip to content

Commit 215c3af

Browse files
committed
Merge commit 'a4e3bd8ad8ad779de8741b4f85aff2c75fcfa405' into update-csi-release-tools21
2 parents 003af2a + a4e3bd8 commit 215c3af

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

release-tools/.github/workflows/trivy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches:
55
- master
6-
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *' # Run daily at midnight UTC
78
jobs:
89
trivy:
910
name: Build

release-tools/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
# The image must contain bash and curl. Ideally it should also contain
2727
# the desired version of Go (currently defined in release-tools/prow.sh),
2828
# but that just speeds up the build and is not required.
29-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36'
29+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20260205-38cfa9523f'
3030
entrypoint: ./.cloudbuild.sh
3131
env:
3232
- GIT_TAG=${_GIT_TAG}

0 commit comments

Comments
 (0)