Skip to content

Commit a5001b5

Browse files
committed
wip
1 parent d792b29 commit a5001b5

3 files changed

Lines changed: 358 additions & 155 deletions

File tree

dep_checker/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def main() -> int:
378378

379379
from npm_audit import NPMAuditChecker
380380
print("Running npm package vulnerability audit...", file=sys.stderr)
381-
npm_checker = NPMAuditChecker(repo_path, npm_timeout)
381+
npm_checker = NPMAuditChecker(repo_path, npm_timeout, gh_token=gh_token)
382382
npm_vulnerabilities = npm_checker.check_npm_vulnerabilities(Vulnerability)
383383
if npm_checker.failed_packages:
384384
scan_complete = False

0 commit comments

Comments
 (0)