zizmor 0.8.0__py3-none-musllinux_1_2_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of zizmor might be problematic. Click here for more details.
|
Binary file
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: zizmor
|
|
3
|
+
Version: 0.8.0
|
|
4
|
+
Summary: Static analysis for GitHub Actions
|
|
5
|
+
Keywords: cli,github-actions,static-analysis,security
|
|
6
|
+
Home-Page: https://github.com/woodruffw/zizmor
|
|
7
|
+
Author: William Woodruff <william@yossarian.net>
|
|
8
|
+
Author-email: William Woodruff <william@yossarian.net>
|
|
9
|
+
License: MIT
|
|
10
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
11
|
+
Project-URL: Source Code, https://github.com/woodruffw/zizmor
|
|
12
|
+
|
|
13
|
+
# 🌈 zizmor
|
|
14
|
+
|
|
15
|
+
[](https://github.com/woodruffw/zizmor/actions/workflows/ci.yml)
|
|
16
|
+
[](https://crates.io/crates/zizmor)
|
|
17
|
+
[](https://repology.org/project/zizmor/versions)
|
|
18
|
+
[](https://github.com/sponsors/woodruffw)
|
|
19
|
+
|
|
20
|
+
`zizmor` is a static analysis tool for GitHub Actions. It can find
|
|
21
|
+
many common security issues in typical GitHub Actions CI/CD setups.
|
|
22
|
+
|
|
23
|
+
> [!IMPORTANT]
|
|
24
|
+
> `zizmor` is currently in beta. You will encounter bugs; [please file them]!
|
|
25
|
+
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
See [`zizmor`'s documentation](https://woodruffw.github.io/zizmor/)
|
|
29
|
+
for [installation steps], as well as a [quickstart] and
|
|
30
|
+
[detailed usage recipes].
|
|
31
|
+
|
|
32
|
+
[please file them]: https://github.com/woodruffw/zizmor/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=bug-report.yml&title=%5BBUG%5D%3A+
|
|
33
|
+
|
|
34
|
+
[installation steps]: https://woodruffw.github.io/zizmor/installation/
|
|
35
|
+
|
|
36
|
+
[quickstart]: https://woodruffw.github.io/zizmor/quickstart/
|
|
37
|
+
|
|
38
|
+
[detailed usage recipes]: https://woodruffw.github.io/zizmor/usage/
|
|
39
|
+
|
|
40
|
+
## License
|
|
41
|
+
|
|
42
|
+
`zizmor` is licensed under the [MIT License](./LICENSE).
|
|
43
|
+
|
|
44
|
+
## Contributing
|
|
45
|
+
|
|
46
|
+
See [our contributing guide!](./CONTRIBUTING.md)
|
|
47
|
+
|
|
48
|
+
## The name?
|
|
49
|
+
|
|
50
|
+
*[Now you can have beautiful clean workflows!]*
|
|
51
|
+
|
|
52
|
+
[Now you can have beautiful clean workflows!]: https://www.youtube.com/watch?v=ol7rxFCvpy8
|
|
53
|
+
|
|
54
|
+
## Star History
|
|
55
|
+
|
|
56
|
+
<a href="https://star-history.com/#woodruffw/zizmor&Date">
|
|
57
|
+
<picture>
|
|
58
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date&theme=dark" />
|
|
59
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date" />
|
|
60
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date" />
|
|
61
|
+
</picture>
|
|
62
|
+
</a>
|
|
63
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
zizmor-0.8.0.dist-info/METADATA,sha256=ilmAbt4JZUYghRE8EHh-bM3pZ6-bR7J788gclWLWhZg,2530
|
|
2
|
+
zizmor-0.8.0.dist-info/WHEEL,sha256=jLEElz4h-TVJPkkqvYWTkkfLYWZQBh2TvFWtP0UxXXE,104
|
|
3
|
+
zizmor-0.8.0.data/scripts/zizmor,sha256=1hS34cWqdYb1Z5JbXZq4FlIXGLdAYI1x3WbyBskOhlc,10137432
|
|
4
|
+
zizmor-0.8.0.dist-info/RECORD,,
|