Skip to content

fix(deps): update module github.com/open-policy-agent/opa to v1 #1017

fix(deps): update module github.com/open-policy-agent/opa to v1

fix(deps): update module github.com/open-policy-agent/opa to v1 #1017

Workflow file for this run

name: opa-koans
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Shell Lint
run: sh scripts/shellLint.sh
- name: Yaml Lint
run: sh scripts/yamlLint.sh
- name: Rego Lint
run: sh scripts/regoLint.sh
- name: Rego Test
run: sh scripts/regoTest.sh
# skip for ci permission issue
# - name: Wasm Verify
# run: sh scripts/wasmVerify.sh
# - name: Bundle Benchmark
# run: sh scripts/benchstat.sh
# - name: Upload Benchmark stat file
# uses: actions/upload-artifact@v4
# with:
# name: bench.txt
# path: bundle/{*.txt|bench.html}
# - name: Bundle Verify
# run: sh scripts/bundleVerify.sh