Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ jobs:
### Optional Inputs
The following optional inputs:

| Input | Description |
| --- | --- |
| `cosign-release` | `cosign` version to use instead of the default. |
| `install-dir` | directory to place the `cosign` binary into instead of the default (`$HOME/.cosign`). |
| `use-sudo` | set to `true` if `install-dir` location requires sudo privs. Defaults to false. |
| Input | Description | Default |
| --- | --- | --- |
| `cosign-release` | `cosign` version to use instead of the default. | `v3.0.6` |
| `install-dir` | Directory to place the `cosign` binary into. | `$HOME/.cosign` |
| `use-sudo` | Set to `true` if `install-dir` location requires sudo privileges. | `false` |

## Security

Expand Down