mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: tweak zizmor's self-description (#207)
This commit is contained in:
parent
b667cf3ec3
commit
7e4d4fc2e7
4 changed files with 6 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
[](https://crates.io/crates/zizmor)
|
||||
[](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]!
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Finds security issues in GitHub Actions setups
|
||||
Static analysis for GitHub Actions
|
||||
|
||||
Usage: zizmor [OPTIONS] <INPUTS>...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue