Skip to content

Commit cb1baf6

Browse files
committed
update test plugin so its clear why it exists
1 parent c658432 commit cb1baf6

File tree

2 files changed

+8
-9
lines changed
  • .github/scanner-plugins

2 files changed

+8
-9
lines changed

.github/scanner-plugins/temp-test-scan/index.js

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// - this exist as a test to verify that loading plugins
2+
// via js files still works and there are no regressions
3+
4+
export default async function TestJsFilePluginLoad({ page, addFinding } = {}) {
5+
console.log('testing plugin load using js file')
6+
}
7+
8+
export const name = 'test-js-file-plugin-load'

0 commit comments

Comments
 (0)