File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,27 +62,27 @@ jobs:
62
62
# based on the configuration in .chainloop.yml
63
63
- name : Add all artifacts, reports, and metadata to attestation.
64
64
run : |
65
- source <(/usr/local/bin/chainloop /c8l source)
65
+ source <(/usr/local/bin/chainloop_bin /c8l source)
66
66
chainloop_attestation_add_from_yaml ${{ inputs.attestation_name }}
67
67
68
68
- name : Validate Collected Artifacts and Record Attestation
69
69
if : ${{ success() }}
70
70
run : |
71
- source <(/usr/local/bin/chainloop /c8l source)
71
+ source <(/usr/local/bin/chainloop_bin /c8l source)
72
72
chainloop_attestation_push
73
73
env :
74
74
CHAINLOOP_SIGNING_KEY : ${{ secrets.signing_key }}
75
75
CHAINLOOP_SIGNING_PASSWORD : ${{ secrets.signing_key_password }}
76
76
77
77
- name : Generate a summary report
78
78
run : |
79
- source <(/usr/local/bin/chainloop /c8l source)
79
+ source <(/usr/local/bin/chainloop_bin /c8l source)
80
80
chainloop_generate_github_summary
81
81
82
82
- name : Mark attestation as failed
83
83
if : ${{ failure() }}
84
84
run : |
85
- source <(/usr/local/bin/chainloop /c8l source)
85
+ source <(/usr/local/bin/chainloop_bin /c8l source)
86
86
chainloop attestation reset --remote-state --attestation-id ${CHAINLOOP_ATTESTATION_ID}
87
87
chainloop_generate_github_summary_on_failure
88
88
You can’t perform that action at this time.
0 commit comments