feat: native macOS and Windows local tool install (+ container-mode)#54
Merged
Conversation
Enable cross-platform scans via Docker Desktop with normalized volume mounts, platform-aware tool install guards, and macOS release builds in CI.
added 6 commits
July 15, 2026 11:21
Enable tool install and local scans on Darwin for both arm64 and x86_64, while keeping Docker --container-mode as an alternative. Package Darwin scanner tarballs in release CI for both architectures.
Prefer directories when unpacking SonarScanner zip and restore +x on bin and jre/bin so the embedded Java launcher works.
Use the stdlib asyncio module only. Leave python_requires at >=3.9 and keep requests/pre-commit pins that still support 3.9.
Native x64 installers for Phase-1 scanners on Windows, release packaging, and README updates for dual-mode Windows support.
Upstream Darwin Checkov zip is arm64 despite the X86_64 name — use pip on Intel Macs, and exit non-zero when tool install/update fails.
Idempotent tool install no longer exits 1 when binaries already exist.
7dae557 to
c3eca64
Compare
IamShubhamS
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--container-modevia Docker Desktop.iac,sast,secret,container,gitleaks,sq-sast(dast/codeassureremain container-mode).Platform notes
.exe/.batinstall under%USERPROFILE%\AppData\Local\Programs\AccuKnox\; ToolManager resolves Windows paths.asynciodep; keeppython_requires >= 3.9.