Skip to content

Commit 1a618da

Browse files
authored
docs(integrations): fix typos (#200)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent bdd1534 commit 1a618da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/integrations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ chainloop integration available list
3636

3737
Once you find your integration, i.e `oci-registry`, it's time to configure it.
3838

39-
Configuring a integration has two steps: 1) register it in your organization and 2) attach the registered integration to your workflows.
39+
Configuring an integration has two steps: 1) register it in your organization and 2) attach the registered integration to your workflows.
4040

4141
### Registering an integration
4242

@@ -83,15 +83,15 @@ $ chainloop integration registered add oci-registry \
8383
8484
### Attaching an integration
8585

86-
Once the integration is registered, we can attach it to any workflow. In practice this means that attestations and material information received by this workflow will be sent to the registered integration.
86+
Once the integration is registered, we can attach it to any workflow. In practice this means that attestations and material information generated in this workflow will be sent to the registered integration.
8787

8888
The attachment process has at least two required parameters, the `workflowID` and the registered `integrationID`. Additionally each integration might have additional to customize its behavior per-workflow. In our case, on the table above, we can see that the `oci-registry` integration has an optional parameter called `prefix` that allows you to customize the name of the image that will be pushed to the registry.
8989

9090
```console
9191
$ chainloop integration attached add --workflow $WID --integration $IID --opt prefix=custom-prefix
9292
```
9393

94-
Congratulations, you are done now! Any attestation or material information received by the workflow will be sent to the registered integration.
94+
Congratulations, you are done now! Every new attestation from this workflow will be uploaded to your OCI registry!
9595

9696
## FAQ
9797

0 commit comments

Comments
 (0)