Skip to content

Commit f6060e8

Browse files
committed
Added more keywords and added UBHA to Jenkins Override list.
1 parent 7448571 commit f6060e8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.citd/Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
DEPLOY_BRANCH_LIST = "master"
3535
/*When using the main.json schema version 1.3.0 or higher, the PORTAL will first reject registration attempt when an unapproved keyword is found, but can be forced to accept.
3636
This argument is used to provide the list of unapproved keywords (also listed in main.json) which the deployment script will force the PORTAL to accept.*/
37-
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="NONE"
37+
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="UBHA"
3838

3939
/*
4040
GitHub Page Stage Information

.main-meta/main.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,27 @@
4141
],
4242
"keywords":[
4343
"Bootloader",
44+
"Firmware Upgrade",
45+
"MCC",
4446
"Security",
4547
"CodeGuard Security",
48+
"Code Protection",
4649
"Diffie Hellman",
50+
"AES",
4751
"ECC608",
52+
"ATECC608",
4853
"Getting Started",
4954
"HSM",
5055
"Secure Bootloader",
5156
"SHA",
5257
"SHA-256",
5358
"XC16",
54-
"Certificate"
59+
"Certificate",
60+
"Private Key",
61+
"Public Key",
62+
"RSA",
63+
"DH",
64+
"UBHA"
5565
]
5666
}
5767
}

0 commit comments

Comments
 (0)