Skip to content

Commit dde1d37

Browse files
committed
Merge branch 'feat-organize' of github.com:kaytu-io/managed-platform-config into feat-organize
2 parents 887f413 + 76e524d commit dde1d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
env:
16-
BENCHMARKS_PATH: "../../policies/benchmarks"
17-
CONTROLS_PATH: "../../policies/controls"
16+
BENCHMARKS_PATH: "../../compliance/frameworks"
17+
CONTROLS_PATH: "../../compliance/controls"
1818

1919
steps:
2020
- name: Checkout the repository
@@ -29,4 +29,4 @@ jobs:
2929
run: |
3030
cd .github/scripts
3131
go mod download
32-
go run .
32+
go run .

0 commit comments

Comments
 (0)