We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498822d commit d4c827aCopy full SHA for d4c827a
.github/.metadata.json
@@ -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
@@ -0,0 +1,2 @@
+.idea
0 commit comments