This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Commit c9bb763 1 parent f1b7612 commit c9bb763 Copy full SHA for c9bb763
File tree 4 files changed +17
-1
lines changed
4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,11 @@ <h1>NodeSecure - i18n</h1>
196
196
< td > '{0}' has been selected as the new CLI language!</ td >
197
197
</ tr >
198
198
199
+ < tr >
200
+ < td > commands.scorecard.desc</ td >
201
+ < td > Display the OSSF Scorecard for a given repository or the current working directory (Github only, e.g. fastify/fastify)</ td >
202
+ </ tr >
203
+
199
204
</ tbody >
200
205
< tbody class ="fr ">
201
206
@@ -339,6 +344,11 @@ <h1>NodeSecure - i18n</h1>
339
344
< td > '{0}' a été selectionné comme étant le nouveau langage du CLI !</ td >
340
345
</ tr >
341
346
347
+ < tr >
348
+ < td > commands.scorecard.desc</ td >
349
+ < td > Afficher la fiche de score OSSF du repo donné ou du repertoire actuel (Github uniquement ex. fastify/fastify)</ td >
350
+ </ tr >
351
+
342
352
</ tbody >
343
353
</ table >
344
354
< table id ="table-depwalker " class ="table " role ="tabpanel " aria-labelledby ="table-depwalker-tab ">
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ export const cli = {
50
50
desc : "Configure the CLI default language" ,
51
51
question_text : "What language do you want to use?" ,
52
52
new_selection : tS `'${ 0 } ' has been selected as the new CLI language!`
53
+ } ,
54
+ scorecard : {
55
+ desc : "Display the OSSF Scorecard for a given repository or the current working directory (Github only, e.g. fastify/fastify)"
53
56
}
54
57
}
55
58
} ;
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ export const cli = {
50
50
desc : "Configure le langage par défaut du CLI" ,
51
51
question_text : "Quel langage souhaitez-vous utiliser ?" ,
52
52
new_selection : tS `'${ 0 } ' a été selectionné comme étant le nouveau langage du CLI !`
53
+ } ,
54
+ scorecard : {
55
+ desc : "Afficher la fiche de score OSSF du repo donné ou du repertoire actuel (Github uniquement ex. fastify/fastify)"
53
56
}
54
57
}
55
58
} ;
Original file line number Diff line number Diff line change 41
41
},
42
42
"type" : " module" ,
43
43
"dependencies" : {
44
- "cacache" : " ^17.0.4 " ,
44
+ "cacache" : " 16.1.3 " ,
45
45
"lodash.get" : " ^4.4.2"
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments