We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 003af2a + a4e3bd8 commit 215c3afCopy full SHA for 215c3af
2 files changed
release-tools/.github/workflows/trivy.yaml
@@ -3,7 +3,8 @@ on:
3
push:
4
branches:
5
- master
6
- pull_request:
+ schedule:
7
+ - cron: '0 0 * * *' # Run daily at midnight UTC
8
jobs:
9
trivy:
10
name: Build
release-tools/cloudbuild.yaml
@@ -26,7 +26,7 @@ steps:
26
# The image must contain bash and curl. Ideally it should also contain
27
# the desired version of Go (currently defined in release-tools/prow.sh),
28
# but that just speeds up the build and is not required.
29
- - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36'
+ - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20260205-38cfa9523f'
30
entrypoint: ./.cloudbuild.sh
31
env:
32
- GIT_TAG=${_GIT_TAG}
0 commit comments