Skip to content

chore: bump github.com/aquasecurity/trivy from 0.55.1 to 0.55.2 (#785) #1940

chore: bump github.com/aquasecurity/trivy from 0.55.1 to 0.55.2 (#785)

chore: bump github.com/aquasecurity/trivy from 0.55.1 to 0.55.2 (#785) #1940

Workflow file for this run

name: "[Informing] Check dependencies"
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
permissions: read-all
jobs:
check-deps:
name: "Check dependencies"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22"
check-latest: true
- name: Check go.mod
shell: bash
run: |
# there should be no go.mod changes
go mod tidy
git diff --exit-code