We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c658432 commit cb1baf6Copy full SHA for cb1baf6
.github/scanner-plugins/temp-test-scan/index.js
.github/scanner-plugins/test-js-file-plugin-loading/index.js
@@ -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