Skip to content

chore(deps): bump github.com/aquasecurity/trivy from 0.51.2-0.20240527214045-349caf96bc3d to 0.52.2 #162

chore(deps): bump github.com/aquasecurity/trivy from 0.51.2-0.20240527214045-349caf96bc3d to 0.52.2

chore(deps): bump github.com/aquasecurity/trivy from 0.51.2-0.20240527214045-349caf96bc3d to 0.52.2 #162

Workflow file for this run

name: Verify Docs
on:
pull_request:
merge_group:
jobs:
build:
name: Verify Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
make docs
if [ -n "$(git status --porcelain)" ]; then
echo "Run 'make docs' and push it"
exit 1
fi