feat(scanner): add enterprise AKS security rule pack#189
Merged
Conversation
TFT444
requested review from
SHAURYAKSHARMA24,
Vishnu2707,
parthrohit22 and
ritiksah141
as code owners
July 14, 2026 22:52
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Collaborator
Author
|
Resolved: the Dependency Review workflow now contains an exact-version license exception for azure-mgmt-containerservice 41.3.0, with Microsoft's upstream MIT license documented in the workflow. The rerun reports no vulnerabilities or license issues. @Vishnu2707 @m-khan-97 Whenever you have time have a look please. |
TFT444
requested review from
m-khan-97
and removed request for
SHAURYAKSHARMA24,
parthrohit22 and
ritiksah141
July 14, 2026 23:26
Vishnu2707
approved these changes
Jul 15, 2026
Vishnu2707
left a comment
Member
There was a problem hiding this comment.
No blockers, approved.
LGTM.
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.
What does this PR do?
Adds enterprise-focused Azure Kubernetes Service control-plane coverage with a cached, failure-aware AKS inventory accessor and six independently testable security rules.
Type of change
Rule details
AZ-AKS-001AZ-AKS-002AZ-AKS-003AZ-AKS-004AZ-AKS-005AZ-AKS-006Category:
KubernetesDesign and safety
azure-mgmt-containerservice==41.3.0.propertiesmodel.Noneas an indeterminate API/permission failure so an incomplete scan cannot be reported as compliant.APPLY, and verify the resulting state.Compliance
Mappings were added for the repository's existing NIST CSF 1.1, ISO/IEC 27001:2013, and SOC 2 schemas. The repository currently models CIS Microsoft Azure Foundations 2.0.0, which does not directly contain these AKS checks. CIS values are therefore explicitly marked
N/A-AKS-*; this PR does not claim CIS Kubernetes Benchmark coverage.Testing
pip-auditfound no known vulnerabilities using the CI exclusionspip checkfound no broken requirementsRequired permission
The scanner only requires:
This is included in Azure's built-in Reader role.
Related issue
Closes #186