Skip to content

Commit

Permalink
Change text for second degree badges
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ion committed Dec 22, 2024
1 parent a46636c commit 934ce3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trainingportal/static/lessons/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"badgeInfo":{
"line1":"Secure Coding",
"line2":"2nd Degree",
"line3":"Black Belt",
"line3":"Black Belt I",
"bg":"red"
},
"requiredModules":["blackBelt"]
Expand All @@ -58,7 +58,7 @@
"badgeInfo":{
"line1":"Secure Coding",
"line2":"2nd Degree",
"line3":"Black Belt",
"line3":"Black Belt II",
"bg":"darkred"
},
"requiredModules":["secondDegreeBlackBelt1"]
Expand Down
3 changes: 3 additions & 0 deletions trainingportal/tools/devSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ async function setup(){
await challengeUtil.passChallenges("securityCodeReviewMaster",user,[]);
await challengeUtil.passChallenges("greenBelt",user,[]);
await challengeUtil.passChallenges("blackBelt",user,["cwe134"]);
await challengeUtil.passChallenges("secondDegreeBlackBelt1",user,[]);
await challengeUtil.passChallenges("secondDegreeBlackBelt2",user,[]);


} catch (error) {
console.error(error);
Expand Down

0 comments on commit 934ce3d

Please sign in to comment.