chore: tweak zizmor's self-description (#207)

This commit is contained in:
William Woodruff 2024-11-26 12:31:04 -05:00 committed by GitHub
parent b667cf3ec3
commit 7e4d4fc2e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zizmor"
description = "Finds security issues in GitHub Actions setups"
description = "Static analysis for GitHub Actions"
version = "0.6.0"
edition = "2021"
repository = "https://github.com/woodruffw/zizmor"

View file

@ -4,7 +4,8 @@
[![Crates.io](https://img.shields.io/crates/v/zizmor)](https://crates.io/crates/zizmor)
[![Packaging status](https://repology.org/badge/tiny-repos/zizmor.svg)](https://repology.org/project/zizmor/versions)
A tool for finding security issues in GitHub Actions CI/CD setups.
`zizmor` is a static analysis tool for GitHub Actions. It can find
many common security issues in typical GitHub Actions CI/CD setups.
> [!IMPORTANT]
> `zizmor` is currently in beta. You will encounter bugs; [please file them]!

View file

@ -12,7 +12,8 @@
:rainbow: Hello, and welcome to `zizmor`'s documentation! :rainbow:
`zizmor` is a tool for finding security issues in GitHub Actions setups.
`zizmor` is a static analysis tool for GitHub Actions. It can find
many common security issues in typical GitHub Actions CI/CD setups.
Go right to our [Installation Steps](./installation.md), and then to
[Quickstart](./quickstart.md) or [Usage Recipes](./usage.md) to

View file

@ -1,4 +1,4 @@
Finds security issues in GitHub Actions setups
Static analysis for GitHub Actions
Usage: zizmor [OPTIONS] <INPUTS>...