zizmor 1.2.0__py3-none-manylinux_2_24_aarch64.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,80 @@
1
+ Metadata-Version: 2.4
2
+ Name: zizmor
3
+ Version: 1.2.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
+ [![CI](https://github.com/woodruffw/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/woodruffw/zizmor/actions/workflows/ci.yml)
16
+ [![Crates.io](https://img.shields.io/crates/v/zizmor)](https://crates.io/crates/zizmor)
17
+ [![Packaging status](https://repology.org/badge/tiny-repos/zizmor.svg)](https://repology.org/project/zizmor/versions)
18
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/woodruffw?style=flat&logo=githubsponsors&labelColor=white&color=white)](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
+ ![zizmor demo](https://raw.githubusercontent.com/woodruffw/zizmor/main/docs/assets/zizmor-demo.gif)
24
+
25
+ See [`zizmor`'s documentation](https://woodruffw.github.io/zizmor/)
26
+ for [installation steps], as well as a [quickstart] and
27
+ [detailed usage recipes].
28
+
29
+ [please file them]: https://github.com/woodruffw/zizmor/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=bug-report.yml&title=%5BBUG%5D%3A+
30
+
31
+ [installation steps]: https://woodruffw.github.io/zizmor/installation/
32
+
33
+ [quickstart]: https://woodruffw.github.io/zizmor/quickstart/
34
+
35
+ [detailed usage recipes]: https://woodruffw.github.io/zizmor/usage/
36
+
37
+ ## License
38
+
39
+ `zizmor` is licensed under the [MIT License](./LICENSE).
40
+
41
+ ## Contributing
42
+
43
+ See [our contributing guide!](./CONTRIBUTING.md)
44
+
45
+ ## The name?
46
+
47
+ *[Now you can have beautiful clean workflows!]*
48
+
49
+ [Now you can have beautiful clean workflows!]: https://www.youtube.com/watch?v=ol7rxFCvpy8
50
+
51
+ ## Sponsors 💖
52
+
53
+ `zizmor`'s development is supported by these amazing sponsors!
54
+
55
+ <!-- @@begin-sponsors@@ -->
56
+ <table>
57
+ <tbody>
58
+ <tr>
59
+ <td align="center" valign="top" width="15%">
60
+ <a href="https://astral.sh/">
61
+ <img src="https://avatars.githubusercontent.com/u/115962839?s=100&v=4" width="100px">
62
+ <br>
63
+ Astral
64
+ </a>
65
+ </td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
69
+ <!-- @@end-sponsors@@ -->
70
+
71
+ ## Star History
72
+
73
+ <a href="https://star-history.com/#woodruffw/zizmor&Date">
74
+ <picture>
75
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date&theme=dark" />
76
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date" />
77
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date" />
78
+ </picture>
79
+ </a>
80
+
@@ -0,0 +1,4 @@
1
+ zizmor-1.2.0.dist-info/METADATA,sha256=2ljJasuQxYe5oP9823f9nrQTq5lXoU-5PC_R7RECJTg,2856
2
+ zizmor-1.2.0.dist-info/WHEEL,sha256=nswBly_S8IDGLFGlEGzo29oXfw-HW2AMwa-uXmh_JnY,106
3
+ zizmor-1.2.0.data/scripts/zizmor,sha256=JJQZg1OBvlv-BXESqFTg_tVEGHXTkOa7utn_PbPujr0,12456752
4
+ zizmor-1.2.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.8.1)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-manylinux_2_24_aarch64