We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca69aa7 commit 6c23acdCopy full SHA for 6c23acd
2 files changed
.github/workflows/init_kosli.yml
@@ -98,6 +98,7 @@ jobs:
98
--policy "./bin/never_alone/four-eyes-policy.rego" \
99
--show-input \
100
--flow ${{inputs.flow_name}} \
101
+ --org ${{inputs.kosli_org}} \
102
--output json > "4eyes-eval-${{inputs.trail_name}}.json" 2>/dev/null || true
103
104
- name: Report four-eyes attestation to Kosli
@@ -110,7 +111,8 @@ jobs:
110
111
--attestation-data "4eyes-eval-${{inputs.trail_name}}.json" \
112
--attachments "./bin/never_alone/four-eyes-policy.rego" \
113
--trail ${{inputs.trail_name}} \
- --flow ${{inputs.flow_name}}
114
+ --flow ${{inputs.flow_name}} \
115
+ --org ${{inputs.kosli_org}}
116
117
- name: Report never-alone attestation to Kosli
118
if: ${{ inputs.report_to_kosli == 'all' }}
bin/never_alone/4eyes.sh
0 commit comments