Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit a1d1ca8

Browse files
committed
Test changing scanner definition order
1 parent 7b02cd0 commit a1d1ca8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gatsby-config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ const scannerRepos = [
2929
name: 'SSLyze',
3030
url: 'https://github.com/secureCodeBox/scanner-infrastructure-sslyze',
3131
},
32-
{
33-
name: 'WPScan',
34-
url: 'https://github.com/secureCodeBox/scanner-cms-wpscan',
35-
},
3632
{
3733
name: 'Zap',
3834
url: 'https://github.com/secureCodeBox/scanner-webapplication-zap',
3935
},
36+
{
37+
name: 'WPScan',
38+
url: 'https://github.com/secureCodeBox/scanner-cms-wpscan',
39+
},
4040
];
4141

4242
module.exports = {

0 commit comments

Comments
 (0)