Skip to content

fix: patch vulnerabilities [IAC-3502] #2262

fix: patch vulnerabilities [IAC-3502]

fix: patch vulnerabilities [IAC-3502] #2262

Workflow file for this run

name: test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
name: Test with Go ${{ matrix.go }}
strategy:
matrix:
go: ["1.24.12", "1.25.6"]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go install github.com/open-policy-agent/opa@v0.69.0
- run: go test ./...
- run: opa test rego