diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4436348..a5200fc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -80,7 +80,7 @@ jobs: --mount=type=bind,source="$SOCKET",target=/var/run/docker.sock \ --mount=type=bind,source=$GITHUB_OUTPUT,target=$GITHUB_OUTPUT -e GITHUB_OUTPUT \ --name=copa-action \ - copa-action 'docker.io/openpolicyagent/opa:0.46.0' 'opa.0.46.0.json' '0.46.0-patched' '10m' "${{ matrix.test-type }}" 'openvex' 'output.json' + copa-action 'docker.io/openpolicyagent/opa:0.46.0' 'opa.0.46.0.json' '0.46.0-patched' '10m' "${{ matrix.test-type }}" 'openvex' 'output.json' '5' # saving patched image to give trivy access when using a custom socket docker -c "$CONTEXT" save -o patched.tar openpolicyagent/opa:0.46.0-patched