Skip to content

Conversation

@hawksight
Copy link

/kind misc

Changes

Updating golang version as it should address all of the CVE's that can be seen from trivy run against the latest release, v0.61.0.

Unsure if this is right / enough to update the go version for this project, but hoping the CI will be enough.

Ran the following locally before opening PR:

go mod tidy
go mod verify

Not other changes seemed to happen

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Docs included if any changes are user facing
  • Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Has a kind label. You can add one by adding a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user facing changes (new features, significant UI changes, API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

Signed-off-by: Peter Fiddes <peter.fiddes@jetstack.io>
@tekton-robot tekton-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/misc Categorizes issue or PR as a miscellaneuous one. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 19, 2025
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign briangleeson after the PR has been reviewed.
You can assign the PR to them by writing /assign @briangleeson in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@linux-foundation-easycla
Copy link

CLA Not Signed

@AlanGreene AlanGreene removed the request for review from skaegi September 19, 2025 18:03
@AlanGreene
Copy link
Member

AlanGreene commented Sep 19, 2025

Thanks for the PR @hawksight. This doesn't actually update the version used to build the release though. That would require updating the ko-gcloud image (which is shared by multiple Tekton projects), then updating the Dashboard's release pipeline to use the new version.

As far as I can see running trivy locally against the latest release image, the Dashboard isn't impacted by any of the 6 CVEs currently reported. It either does not use the stdlib functions referenced, or does not use them in a way that's impacted by the reported vulnerabilities. Trivy's reporting often produces false positives due to the limitation documented at https://github.com/aquasecurity/trivy/blob/main/docs/docs/coverage/language/golang.md#stdlib-vulnerabilities

That said, there's no harm in updating anyway.

The version in go.mod here is updated by dependabot as needed based on minimum version required by dependencies.

@tekton-robot
Copy link
Contributor

@hawksight: PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/misc Categorizes issue or PR as a miscellaneuous one. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants