File tree Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 12
12
- name : Install Open Policy Agent
13
13
uses :
open-policy-agent/[email protected]
14
14
with :
15
- version : 1.1.0
15
+ # Keep in sync with the Dockerfile and policies/Makefile
16
+ version : 1.8.0
16
17
17
18
- name : Build the policies
18
19
run : make
Original file line number Diff line number Diff line change 41
41
- name : Setup Regal
42
42
uses : StyraInc/setup-regal@v1
43
43
with :
44
- version : 0.29.2
44
+ # Keep in sync with policies/Makefile
45
+ version : 0.36.1
45
46
46
47
- name : Lint policies
47
48
working-directory : ./policies
Original file line number Diff line number Diff line change 13
13
ARG DEBIAN_VERSION=12
14
14
ARG DEBIAN_VERSION_NAME=bookworm
15
15
ARG RUSTC_VERSION=1.89.0
16
- ARG NODEJS_VERSION=20.15.0
17
- ARG OPA_VERSION=1.1.0
18
- ARG CARGO_AUDITABLE_VERSION=0.6.6
16
+ ARG NODEJS_VERSION=22.19.0
17
+ # Keep in sync with .github/actions/build-policies/action.yml and policies/Makefile
18
+ ARG OPA_VERSION=1.8.0
19
+ ARG CARGO_AUDITABLE_VERSION=0.7.0
19
20
20
21
# #########################################
21
22
# # Build stage that builds the frontend ##
@@ -24,7 +25,7 @@ FROM --platform=${BUILDPLATFORM} docker.io/library/node:${NODEJS_VERSION}-${DEBI
24
25
25
26
WORKDIR /app/frontend
26
27
27
- COPY ./frontend/package.json ./frontend/package-lock.json /app/frontend/
28
+ COPY ./frontend/.npmrc ./frontend/ package.json ./frontend/package-lock.json /app/frontend/
28
29
# Network access: to fetch dependencies
29
30
RUN --network=default \
30
31
npm ci
Original file line number Diff line number Diff line change
1
+ engine-strict = true
Original file line number Diff line number Diff line change 4
4
# Please see LICENSE files in the repository root for full details.
5
5
6
6
rules :
7
+ imports :
8
+ unresolved-reference :
9
+ level : ignore
7
10
style :
8
11
external-reference :
9
12
level : ignore
Original file line number Diff line number Diff line change 6
6
# Set to 1 to run OPA through Docker
7
7
DOCKER := 0
8
8
PODMAN := 0
9
- OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:1.1.0-debug
10
- REGAL_DOCKER_IMAGE := ghcr.io/styrainc/regal:0.31.0
9
+ # Keep in sync with Dockerfile and .github/actions/build-policies/action.yml
10
+ OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:1.8.0-debug
11
+ # Keep in sync with .github/workflows/ci.yaml
12
+ REGAL_DOCKER_IMAGE := ghcr.io/open-policy-agent/regal:0.36.1
11
13
12
14
INPUTS := \
13
15
common/common.rego \
You can’t perform that action at this time.
0 commit comments