Skip to content

Commit c02632d

Browse files
authored
README: Add info about sigstore-python GitHub Action (sigstore#154)
Signed-off-by: Alex Cameron <alex.cameron@trailofbits.com>
1 parent b930f8e commit c02632d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,27 @@ python -m pip install -r <(curl -s https://raw.githubusercontent.com/sigstore/si
3232

3333
This installs the requirements file located [here](https://github.com/sigstore/sigstore-python/blob/main/install/requirements.txt), which is kept up-to-date.
3434

35+
### GitHub Actions
36+
37+
`sigstore-python` has [an official GitHub Action](https://github.com/trailofbits/gh-action-sigstore-python)!
38+
39+
You can install it from the
40+
[GitHub Marketplace](https://github.com/marketplace/actions/gh-action-sigstore-python), or
41+
add it to your CI manually:
42+
43+
```yaml
44+
jobs:
45+
sigstore-python:
46+
steps:
47+
- uses: trailofbits/gh-action-sigstore-python@v0.0.1
48+
with:
49+
inputs: foo.txt
50+
```
51+
52+
See the
53+
[action documentation](https://github.com/trailofbits/gh-action-sigstore-python/blob/main/README.md)
54+
for more details and usage examples.
55+
3556
## Usage
3657
3758
You can run `sigstore` as a standalone program, or via `python -m`:

0 commit comments

Comments
 (0)