We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f11ac5 commit 9fe2128Copy full SHA for 9fe2128
.github/workflows/policy-container.yml
@@ -32,7 +32,7 @@ jobs:
32
version: latest
33
34
- name: Build OPA Policy # If this is a tag, use it as a revision string
35
- run: opa build ./org-policy -r ${{ github.ref_name }}
+ run: opa build -b org-policy -r ${{ github.ref_name }} --ignore *_test.rego
36
37
- name: Test OPA Bundle
38
run: opa test -b bundle.tar.gz
org-policy/.manifest
@@ -0,0 +1,3 @@
1
+{
2
+ "roots": ["diamondlightsource"]
3
+}
0 commit comments