diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ca512f..a0cb953 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,3 +17,6 @@ jobs: ast_access_key_id: ${{ secrets.AST_ACCESS_KEY_ID }} ast_access_key_secret: ${{ secrets.AST_ACCESS_KEY_SECRET }} action_scan_complete_timeout_secs: 600 + high_results_threshold: 0 + medium_results_threshold: 0 + low_results_threshold: -1 diff --git a/high-vulnerability-1.js b/high-vulnerability-1.js deleted file mode 100644 index a398139..0000000 --- a/high-vulnerability-1.js +++ /dev/null @@ -1,7 +0,0 @@ -let output, websocket; - -function init() { - output = document.baseURI; - websocket = new WebSocket(output) -} -