https://github.com/fabasoad/setup-zizmor-action
This GitHub Action installs zizmor CLI
https://github.com/fabasoad/setup-zizmor-action
application-security appsec github-action github-actions lint linter linting sast security
Last synced: 7 months ago
JSON representation
This GitHub Action installs zizmor CLI
- Host: GitHub
- URL: https://github.com/fabasoad/setup-zizmor-action
- Owner: fabasoad
- License: mit
- Created: 2025-01-18T05:33:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T22:03:05.000Z (8 months ago)
- Last Synced: 2025-03-09T22:44:47.004Z (7 months ago)
- Topics: application-security, appsec, github-action, github-actions, lint, linter, linting, sast, security
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Setup zizmor action
[](https://stand-with-ukraine.pp.ua)



This action installs [zizmor](https://woodruffw.github.io/zizmor/) CLI tool.
## Supported OS
| OS | |
|---------|--------------------|
| Windows | :white_check_mark: |
| Linux | :white_check_mark: |
| macOS | :white_check_mark: |## Prerequisites
None.
## Inputs
```yaml
- uses: fabasoad/setup-zizmor-action@v0
with:
# (Optional) zizmor version. Defaults to "latest".
version: "1.1.1"
# (Optional) If "false" skips installation if zizmor is already installed.
# If "true" installs zizmor in any case. Defaults to "false".
force: "false"
```## Outputs
| Name | Description | Example |
|-----------|-------------------------------------|---------|
| installed | Whether zizmor was installed or not | `true` |