File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,17 @@ const webApps = [
175
175
]
176
176
177
177
const githubActions = [
178
+ {
179
+ name : 'VirusTotal Scan' ,
180
+ url : 'https://github.com/cssnr/virustotal-action' ,
181
+ description :
182
+ 'Scan Release Artifacts with VirusTotal and Update Release Notes.' ,
183
+ links : {
184
+ Actions : 'https://github.com/marketplace/actions/virustotal-action' ,
185
+ GitHub : 'https://github.com/cssnr/virustotal-action' ,
186
+ } ,
187
+ fa : 'faJs' ,
188
+ } ,
178
189
{
179
190
name : 'Stack Deploy' ,
180
191
url : 'https://github.com/cssnr/stack-deploy-action' ,
@@ -191,6 +202,8 @@ const githubActions = [
191
202
description :
192
203
'Update the Mozilla Firefox Update JSON File after a Release.' ,
193
204
links : {
205
+ Actions :
206
+ 'https://github.com/marketplace/actions/update-mozilla-update-json' ,
194
207
GitHub : 'https://github.com/cssnr/mozilla-addon-update-action' ,
195
208
} ,
196
209
fa : 'faPython' ,
You can’t perform that action at this time.
0 commit comments