You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHub Advanced Security (GHAS)](https://github.com/features/security) Python Toolkit to make the lives of everyone that uses GHAS a little easier.
18
+
[GitHub Advanced Security (GHAS)][advanced-security] Python Toolkit to make the lives of everyone that uses GHAS a little easier.
17
19
20
+
## ✨ Features
18
21
19
-
## Installing
22
+
- API Client for all GHAS Features
23
+
- Code Scanning
24
+
- Secret Scanning
25
+
- Dependency Graph
26
+
- Security Advisories
27
+
- Dependabot / Security Alerts
28
+
- CodeQL Management
29
+
- Database Management
30
+
- Packs / Query Management
31
+
32
+
## 📦 Installing
20
33
21
34
To install `ghastoolkit`, you can use `pip` or one of `pypi` family's of tools to install:
22
35
@@ -31,18 +44,40 @@ pipenv install ghastoolkit
31
44
poetry add ghastoolkit
32
45
```
33
46
34
-
## Usage
47
+
## 🏃 Usage
48
+
49
+
To see how to use `ghastoolkit`, [take a look at the docs][docs].
50
+
51
+
## 🧑🤝🧑 Maintainers / Contributors
52
+
53
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
54
+
<!-- prettier-ignore-start -->
55
+
<!-- markdownlint-disable -->
56
+
57
+
<!-- markdownlint-restore -->
58
+
<!-- prettier-ignore-end -->
59
+
60
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
61
+
62
+
## 🦸 Support
35
63
36
-
To see how to use `ghastoolkit`, [take a look at the docs](https://geekmasher.github.io/ghastoolkit).
64
+
Please create [GitHub Issues][github-issues] if there are bugs or feature requests.
37
65
66
+
This project uses [Semantic Versioning (v2)][semver] and with major releases, breaking changes will occur.
38
67
39
-
## Licence
68
+
## 📓 License
40
69
41
70
This project is licensed under the terms of the MIT open source license.
42
-
Please refer to [MIT](./LICENSE.md) for the full terms.
71
+
Please refer to [MIT][license] for the full terms.
0 commit comments