Skip to content

Commit a368ad4

Browse files
authored
Create policy1-api-def.json
1 parent fc14f86 commit a368ad4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "myproject_security_policy2",
3+
"type": "security",
4+
"author": "admin",
5+
"rules": [
6+
{
7+
"name": "critical",
8+
"priority": 1,
9+
"actions": {
10+
"block_download": {
11+
"unscanned": true,
12+
"active": true
13+
}
14+
},
15+
"criteria": {
16+
"fix_version_dependant": false,
17+
"malicious_package": false,
18+
"min_severity": "High"
19+
}
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)