Skip to content

chore(deps): bump github.com/aquasecurity/trivy from 0.52.1-0.20240619054236-36b3b772df21 to 0.53.0 #194

chore(deps): bump github.com/aquasecurity/trivy from 0.52.1-0.20240619054236-36b3b772df21 to 0.53.0

chore(deps): bump github.com/aquasecurity/trivy from 0.52.1-0.20240619054236-36b3b772df21 to 0.53.0 #194

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