Skip to content

Commit 6c23acd

Browse files
committed
fix: remove local testing script and add org to new Kosli commands
1 parent ca69aa7 commit 6c23acd

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/init_kosli.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
--policy "./bin/never_alone/four-eyes-policy.rego" \
9999
--show-input \
100100
--flow ${{inputs.flow_name}} \
101+
--org ${{inputs.kosli_org}} \
101102
--output json > "4eyes-eval-${{inputs.trail_name}}.json" 2>/dev/null || true
102103

103104
- name: Report four-eyes attestation to Kosli
@@ -110,7 +111,8 @@ jobs:
110111
--attestation-data "4eyes-eval-${{inputs.trail_name}}.json" \
111112
--attachments "./bin/never_alone/four-eyes-policy.rego" \
112113
--trail ${{inputs.trail_name}} \
113-
--flow ${{inputs.flow_name}}
114+
--flow ${{inputs.flow_name}} \
115+
--org ${{inputs.kosli_org}}
114116

115117
- name: Report never-alone attestation to Kosli
116118
if: ${{ inputs.report_to_kosli == 'all' }}

bin/never_alone/4eyes.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)