Skip to content

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /scripts in the go_modules group across 1 directory #564

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /scripts in the go_modules group across 1 directory

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /scripts in the go_modules group across 1 directory #564

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