Skip to content

Commit ff83f35

Browse files
committed
feat: added checks constants
1 parent 6f17640 commit ff83f35

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/constants/checks.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export const CHECKS_LIST_NAMES = [
2+
"Binary-Artifacts",
3+
"Branch-Protection",
4+
"CI-Tests",
5+
"CII-Best-Practices",
6+
"Code-Review",
7+
"Contributors",
8+
"Dangerous-Workflow",
9+
"Dependency-Update-Tool",
10+
"Fuzzing",
11+
"License",
12+
"Maintained",
13+
"Packaging",
14+
"Pinned-Dependencies",
15+
"SAST",
16+
"Security-Policy",
17+
"Signed-Releases",
18+
"Token-Permissions",
19+
"Vulnerabilities",
20+
];

0 commit comments

Comments
 (0)