Merged
Conversation
…tion - Add GITHUB_ACTIONS_OIDC identity type and OIDC_ASSUMES_ROLE edge type - New workflow_scanner.py: parse GH Actions YAML for cloud auth patterns - AWS OIDC (configure-aws-credentials), Azure OIDC (azure/login) - Azure Managed Identity (az login --identity on self-hosted runners) - GCP OIDC (google-github-actions/auth) - Key Vault secret access, AKS kubeconfig detection - Self-hosted runner identification and risk flagging - Integrate workflow identities into identity graph with OIDC→cloud edges - Add --github-workflows flag to scan and demo commands - Add OIDC attack path recommendations in attack_paths.py - Fix analyze_risk() clearing upstream scanner flags (GH_OIDC_*, GH_WF_*) - Add CI summary module (ci_summary.py) for GitHub Step Summary output - Add action.yml GitHub Action template for PR scanning - Improve output: HIGH vs CRITICAL visual distinction, ASCII-safe mode - 232 tests passing, lint clean
- Add ResourceAccess dataclass and _RESOURCE_PATTERNS table (40+ patterns) - Detect Azure (KV, ACR, AKS, Storage, SQL, CosmosDB, DNS, AD, IAM), AWS (S3, Secrets, IAM, EC2, Lambda, ECR, EKS, RDS, DynamoDB, CloudFormation), GCP (Compute, GKE, Secrets, SQL, IAM, Storage), K8s, Helm, Docker, Terraform, Pulumi, Ansible, Cloudflare resource access in workflows - Add generic ACCESSES_RESOURCE edge type in identity graph - Create synthetic privileged resource nodes for attack path analysis - Wire cloud_resources through WorkflowOIDCConnection -> Identity -> Graph - Add ACCESSES_RESOURCE recommendation in attack_paths.py - Clean up: gitignore IMPROVEMENTS*.md and macOS duplicate files - All 260 tests pass, lint clean
…ths, correct test count
…nd workflow scanning
…te 42 risk codes, complete CLI reference, fix architecture tree
… Why section to top, fix all flags and risk codes
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.
No description provided.