Skip to content

Commit 0cb2224

Browse files
authored
Merge pull request #53 from magento-cia/metadata-service
ACDOG-38: Repo Metadata Service Onboarding: CIA
2 parents 260585f + 4945199 commit 0cb2224

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/.metadata.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"templateVersion": "0.1",
3+
"product": {
4+
"name": "Security Package",
5+
"description": "Provides a set of security-related features including two-factor authentication for admins, Google ReCAPTCHA support for various forms, and Security.txt to support vulnerability disclosure practices."
6+
},
7+
"contacts": {
8+
"team": {
9+
"name": "CIA",
10+
"DL": "magento-commerce-team-cia",
11+
"slackChannel": "cia-team"
12+
}
13+
},
14+
"ticketTracker": {
15+
"functionalJiraQueue": {
16+
"projectKey": "AC",
17+
"component": ""
18+
},
19+
"securityJiraQueue": {
20+
"projectKey": "MAGREQ",
21+
"component": "Commerce M2"
22+
}
23+
},
24+
"staticScan": {
25+
"enable": true,
26+
"frequency": "monthly",
27+
"customName": "",
28+
"branchesToScan": [
29+
"develop"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)