Skip to content

Commit c0cda02

Browse files
authored
Merge pull request #243 from jfilipcz/fix-cosign-calls
Update cosign handling
2 parents 30356e0 + 9783276 commit c0cda02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/3-revenge-of-the-automated-testing/8-image-signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
```bash
1414
cd /tmp
15-
cosign generate-key-pair k8s://${TEAM_NAME}-ci-cd/${TEAM_NAME}-cosign --allow-insecure-registry
15+
cosign generate-key-pair k8s://${TEAM_NAME}-ci-cd/${TEAM_NAME}-cosign
1616
```
1717

1818
You should get an output like this:
1919
<div class="highlight" style="background: #f7f7f7">
2020
<pre><code class="language-bash">
21-
$ cosign generate-key-pair k8s://${TEAM_NAME}-ci-cd/${TEAM_NAME}-cosign --allow-insecure-registry
21+
$ cosign generate-key-pair k8s://${TEAM_NAME}-ci-cd/${TEAM_NAME}-cosign
2222
Enter password for private key:
2323
Enter again:
2424
Successfully created secret cosign in namespace <TEAM_NAME>-ci-cd

docs/3-revenge-of-the-automated-testing/8b-tekton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: COSIGN_VERSION
2626
type: string
2727
description: Version of cosign CLI
28-
default: 1.0.0
28+
default: 1.7.2
2929
- name: WORK_DIRECTORY
3030
description: Directory to start build in (handle multiple branches)
3131
type: string

0 commit comments

Comments
 (0)