Skip to content

Commit a4e3bd8

Browse files
committed
Squashed 'release-tools/' changes from de06a09a7..909252797
909252797 Merge pull request #298 from torredil/trivy-schedule-trigger 2c9aed3e9 Merge pull request #299 from andyzhangx/patch-12 507ea1e90 chore: fix broken gcb-docker-gcloud image ab1da0e96 Run Trivy scan on schedule instead of pull requests git-subtree-dir: release-tools git-subtree-split: 909252797a11793b90f81c1aff9d181b4eebd363
1 parent 2249acd commit a4e3bd8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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

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)