Skip to content

fix(contrib): Fix trivy image reference to mitigate supply chain compromise (CVE-2026-33634) #3199

fix(contrib): Fix trivy image reference to mitigate supply chain compromise (CVE-2026-33634)

fix(contrib): Fix trivy image reference to mitigate supply chain compromise (CVE-2026-33634) #3199

Workflow file for this run

name: Test
on: [pull_request]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Go 1.x
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
- name: go mod tidy check
run: go mod tidy && git diff --exit-code
- name: Test
run: make test