Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jun 4, 2021
1 parent 5cf31b9 commit 1c3dec0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ export async function runQueries(
}
}
if (packsWithVersion.length > 0) {
logger.info("11111111");
logger.info("HERE IS THE SUITE");
logger.info(createPackSuiteContents(packsWithVersion));
const { sarifFile, stdout } = await runQueryGroup(
language,
"packs",
Expand Down

0 comments on commit 1c3dec0

Please sign in to comment.