Skip to content

Commit

Permalink
Get trail compliance from correct flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Aug 9, 2024
1 parent b3c6cf0 commit 88c7166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/init_kosli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
-t "${{inputs.trail_name}}"
TRAIL_COMPLIANCE=$(kosli get trail ${{inputs.trail_name}} \
--flow ${{inputs.flow_name}} --output json | jq .compliance_status.is_compliant)
--flow ${CODE_REVIEW_FLOW} --output json | jq .compliance_status.is_compliant)
# Link the code-review trail in as a generic attestation.
# The best would be if we had:
Expand Down

0 comments on commit 88c7166

Please sign in to comment.