Skip to content

Conversation

felickz
Copy link
Contributor

@felickz felickz commented Apr 11, 2025

add a min.js sample

Test 1 - Does not show extracting file (but file count stays the same oddly)

Initial test (commit [3a64cda](3a64cda)):

  [2025-04-11 14:37:52] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/2.js
  [2025-04-11 14:37:52] [build-stdout] Done extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/src/babel/sample.min.js (3 ms)
  [2025-04-11 14:37:52] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/3.js
 
 
 CodeQL scanned 252 out of 252 JavaScript files and 7 out of 7 TypeScript files in this invocation. Check the status page for overall coverage information: https://github.com/advanced-security/sample-javascript-monorepo/security/code-scanning/tools/CodeQL/status/

Fix test ( commit d34ee8a):

  • hmm same number of files extracted , but it clearly did NOT extract the .min.js file this time.
  [2025-04-14 22:28:39] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/2.js
  [2025-04-14 22:28:39] [build-stdout] Done extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/fixtures/babel/stdin --out-file/options.json (6 ms)
  [2025-04-14 22:28:39] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/3.js
  [2025-04-14 22:28:39] [build-stdout] Done extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/2.js (2 ms)

CodeQL scanned 252 out of 252 JavaScript files and 7 out of 7 TypeScript files in this invocation. Check the status page for overall coverage information: https://github.com/advanced-security/sample-javascript-monorepo/security/code-scanning/tools/CodeQL/status/

Test 2

image

  • 25511e4 commit switches to new branch that adds path ignore, closes alert #19!

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant