Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade builder-go to latest version #599

Merged
merged 1 commit into from
Sep 12, 2024
Merged
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: 4 additions & 4 deletions .build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
value:
- passed-tests-rate=100
- name: tool-image
value: registry.alauda.cn:60080/devops/builder-go-121:latest
value: registry.alauda.cn:60080/devops/builder-go:latest
- name: golangci-lint
timeout: 30m
retries: 0
Expand All @@ -103,7 +103,7 @@ spec:
workspace: cache
params:
- name: tool-image
value: registry.alauda.cn:60080/devops/builder-go-121:latest
value: registry.alauda.cn:60080/devops/builder-go:latest
- name: command
value: >
export GOPROXY=https://build-nexus.alauda.cn/repository/golang/,direct
Expand Down Expand Up @@ -175,7 +175,7 @@ spec:
- "./bin/vulncheck.txt"

- name: tool-image
value: registry.alauda.cn:60080/devops/builder-go-121:latest
value: registry.alauda.cn:60080/devops/builder-go:latest
### security scan
- name: trivy-repo-scan
timeout: 30m
Expand Down Expand Up @@ -215,7 +215,7 @@ spec:
value:
- "./bin/trivy-report.json"
- name: tool-image
value: registry.alauda.cn:60080/devops/builder-go-121:latest
value: registry.alauda.cn:60080/devops/builder-go:latest
runTemplate:
spec:
taskRunSpecs:
Expand Down