Skip to content

Commit 38eb5c9

Browse files
authored
fix(ocm): do not recursively sign component references (#66)
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
1 parent 99a7c5a commit 38eb5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline-service-component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Sign OCM Component
108108
run: |
109109
printf '%s' "$OCM_SIGNING_PRIVATE_KEY" > /tmp/ocm-signing.priv
110-
./ocm sign componentversion --signature platform-mesh --private-key /tmp/ocm-signing.priv transport.ctf
110+
./ocm sign componentversion --signature platform-mesh --private-key /tmp/ocm-signing.priv --recursive=false transport.ctf
111111
rm -f /tmp/ocm-signing.priv
112112
env:
113113
OCM_SIGNING_PRIVATE_KEY: ${{ secrets.OCM_SIGNING_PRIVATE_KEY }}

0 commit comments

Comments
 (0)