An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Setup zizmor action

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
![Release](https://img.shields.io/github/v/release/fabasoad/setup-zizmor-action?include_prereleases)
![functional-tests](https://github.com/fabasoad/setup-zizmor-action/actions/workflows/functional-tests.yml/badge.svg)
![security](https://github.com/fabasoad/setup-zizmor-action/actions/workflows/security.yml/badge.svg)
![linting](https://github.com/fabasoad/setup-zizmor-action/actions/workflows/linting.yml/badge.svg)

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` |