Skip to content

Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /scripts in the go_modules group across 1 directory #3

Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /scripts in the go_modules group across 1 directory

Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /scripts in the go_modules group across 1 directory #3

Workflow file for this run

name: test rego bundle
on:
pull_request:
merge_group:
env:
GO_VERSION: '1.22'
jobs:
opa-tests:
name: OPA tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Build bundle
run: make bundle
- name: Setup OPA
uses: ./.github/actions/setup-opa
- name: Check bundle
run: opa inspect bundle.tar.gz