We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e3e59 commit 0d3224fCopy full SHA for 0d3224f
2 files changed
.github/workflows/init_kosli.yml
@@ -99,7 +99,8 @@ jobs:
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
+ --no-assert \
103
+ --output json > "4eyes-eval-${{inputs.trail_name}}.json"
104
105
- name: Report four-eyes attestation to Kosli
106
if: ${{ inputs.report_to_kosli == 'all' }}
bin/never_alone/setup_attestation_type.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-KOSLI_ORG=kosli-public
+KOSLI_ORG="${KOSLI_ORG:-kosli-public}"
5
6
# One-time setup: create custom attestation types for never-alone.
7
# Run this after any schema change. Types cannot be updated in place;
0 commit comments