Skip to content

Commit 18672a7

Browse files
updates in intro and other fixes.
1 parent 01c846b commit 18672a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/user-guide/plugins/cosign.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Cosign
22

33
## Introduction
4-
The **Cosign** plugin by Devtron enables secure signing of your container images. By integrating the Cosign plugin, you can enhance your supply chain security by ensuring authenticity, and integrity of your container image.
4+
The **Cosign** plugin by Devtron enables secure signing of your container images, enhancing supply chain security. It authenticates your identity as the creator and ensures image integrity, allowing users to verify the source and detect any tampering. This provides greater assurance to developers incorporating your artifacts into their workflows.
55

66
### Prerequisites
7-
Before integrating the Cosign plugin, ensure that you have configured the Cosign account and have a set of private and public keys to sign the container images.
7+
Before integrating the Cosign plugin, ensure that you have configured the Cosign and have a set of private and public keys to sign the container images.
88

99
---
1010

@@ -40,12 +40,12 @@ e.g., `The Cosign plugin is integrated for ensuring the authenticity of contain
4040

4141
| Variable | Format | Description | Sample Value |
4242
| ------------------------ | ------------ | ----------- | ------------ |
43-
| PrivateKeyFilePath | STRING | Path of private key file in Git repo | cosign/cosign.key |
43+
| PrivateKeyFilePath | STRING | Path of private key file in Git repo | cosign/cosign.key |
4444
| PostCommand | STRING | Command to run after image is signed by Cosign | cosign verify $DOCKER_IMAGE |
45-
| ExtraArguments | STRING | Arguments for Cosign command | --certificate-identity=name@example.com |
45+
| ExtraArguments | STRING | Arguments for Cosign command | --certificate-identity=name@example.com |
4646
| CosignPassword | STRING | Password for Cosign private key | S3cur3P@ssw0rd123! |
47-
| VariableAsPrivateKey | STRING | base64 encoded private-key | LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS |
48-
| PreCommand | STRING | Command to get the requried conditions to execute Cosign command | curl -sLJO https://raw.githubusercontent.com/devtron-labs/sampleRepo/branchName/private |
47+
| VariableAsPrivateKey | STRING | base64 encoded private-key | @{{COSIGN_PRIVATE_KEY}} |
48+
| PreCommand | STRING | Command to get the required conditions to execute Cosign command | curl -sLJO https://raw.githubusercontent.com/devtron-labs/sampleRepo/branchName/private |
4949

5050
### Trigger/Skip Condition
5151
Here you can set conditions to execute or skip the task. You can select `Set trigger conditions` for the execution of a task or `Set skip conditions` to skip the task.

0 commit comments

Comments
 (0)