Skip to content

Commit

Permalink
script updated to use Detect 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Newman committed Nov 9, 2022
1 parent 6dea149 commit 0fd6495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bd-splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from wait_for_scan_results import ScanMonitor

SYNOPSYS_DETECT_PATH=os.environ.get("SYNOPSYS_DETECT_PATH", "./synopsys-detect-7.0.0.jar")
SYNOPSYS_DETECT_PATH=os.environ.get("SYNOPSYS_DETECT_PATH", "./synopsys-detect-8.2.0.jar")
DETECT_CMD=f"java -jar {SYNOPSYS_DETECT_PATH}"
FIVE_GB = 5 * 1024 * 1024 * 1024

Expand Down
Binary file not shown.

0 comments on commit 0fd6495

Please sign in to comment.