We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d87ad commit 615196cCopy full SHA for 615196c
1 file changed
.github/workflows/release-workflow.yaml
@@ -61,7 +61,7 @@ jobs:
61
# if failure
62
- name: Attest failure
63
if: ${{ failure() }}
64
- run: kosli attest generic --name template-complete --attachments=trail.json --compliant=false
+ run: kosli attest generic --name template-complete --attachments=trail.json --compliant=false --description="template-complete control not satisfied"
65
66
- name: Kosli attest template complete
67
run: kosli attest generic --name template-complete --attachments=trail.json
0 commit comments