File tree 2 files changed +3
-3
lines changed
docs/3-revenge-of-the-automated-testing
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
``` bash
14
14
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
16
16
```
17
17
18
18
You should get an output like this:
19
19
< div class=" highlight" style=" background: #f7f7f7" >
20
20
< 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
22
22
Enter password for private key:
23
23
Enter again:
24
24
Successfully created secret cosign in namespace < TEAM_NAME> -ci-cd
Original file line number Diff line number Diff line change 25
25
- name: COSIGN_VERSION
26
26
type: string
27
27
description: Version of cosign CLI
28
- default: 1.0.0
28
+ default: 1.7.2
29
29
- name: WORK_DIRECTORY
30
30
description: Directory to start build in (handle multiple branches)
31
31
type: string
You can’t perform that action at this time.
0 commit comments