Skip to content

chore(deps): bump github.com/aquasecurity/trivy-iac from 0.5.2 to 0.6.0 #29

chore(deps): bump github.com/aquasecurity/trivy-iac from 0.5.2 to 0.6.0

chore(deps): bump github.com/aquasecurity/trivy-iac from 0.5.2 to 0.6.0 #29

Workflow file for this run

name: Test Go
on:
pull_request:
merge_group:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: make test
shell: bash