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
Copy file name to clipboardExpand all lines: README.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@
13
13
14
14
## Overview
15
15
16
-
[GitHub's Policy as Code][github] project is designed to allow users and organizations to configure their Risk
17
-
threshold for security issues reported by GitHub Advanced Security Platform.
18
-
The main goal is to help make sure that before publishing your application to productions, development, etc.
19
-
you can validate if the application has any security issues that need to be addressed.
16
+
[GitHub's Policy as Code][github] project is designed to allow users and organizations to configure their Risk threshold for security issues reported by GitHub Advanced Security Platform.
17
+
The main goal is to help make sure that before publishing your application to productions, development, etc. you can validate if the application has any security issues that need to be addressed.
18
+
19
+
Policy as Code lets you define compliance and risk rules for your repositories using YAML configuration files.
20
+
It supports code scanning, secret scanning, dependency checks, licensing, and more.
21
+
You can run it as a GitHub Action or locally via CLI.
20
22
21
23
## ✨ Features
22
24
@@ -29,9 +31,26 @@ you can validate if the application has any security issues that need to be addr
29
31
- Supports GitHub Enterprise Cloud or Server ([see supported features list](#supported-features))
30
32
- Pull Request Summary
31
33
34
+
## 💡 Key Features
35
+
36
+
-**Highly Configurable:** Write custom rules for your organization or repository.
37
+
-**Multi-Platform:** Works with GitHub.com and GitHub Enterprise Server.
0 commit comments