Skip to content

Commit 8ce6580

Browse files
Add information that attestations are available sine v6.9.0
Signed-off-by: Viacheslav Kudinov <viacheslav@kudinov.tech>
1 parent b5c9194 commit 8ce6580

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

VERIFY_ATTESTATIONS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ The `gh attestation verify` command requires either `--owner` or `--repo` flags
1414
> [!WARNING]
1515
> Not all artifacts may have attestations generated for them. Please check the [attestations](https://github.com/integrations/terraform-provider-github/attestations) page for this repository to see which artifacts have attestations available.
1616
17+
> [!CAUTION]
18+
> The attestations are available only for releases created since the version `v6.9.0` of this project.
19+
1720
Download the release artifacts first:
1821

1922
```bash
20-
gh release download vX.Y.Z -R integrations/terraform-provider-github -p "*.zip"
23+
gh release download vX.Y.Z --repo integrations/terraform-provider-github -p "*.zip"
2124
```
2225

2326
To verify the artifact attestations for this project, you can run the following command:

0 commit comments

Comments
 (0)