Skip to content

Commit d4c827a

Browse files
committed
ACDOG-38: Repo Metadata Service Onboarding: CIA
1 parent 498822d commit d4c827a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/.metadata.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"templateVersion": "0.1",
3+
"product": {
4+
"name": "Composer Dependency Confusion Plugin",
5+
"description": "Plugin for composer that validates package versions"
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+
"main"
30+
]
31+
}
32+
}
33+

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+

0 commit comments

Comments
 (0)