-
Notifications
You must be signed in to change notification settings - Fork 1
[PPSC-268] docs: add comprehensive CI integration guide #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Add a complete CI/CD integration guide documenting multiple integration patterns: - Reusable workflow (recommended) - Direct GitHub Action usage - Manual CLI installation - PR scanning with changed files - Scheduled repository scans - Container image scanning - Support for GitLab, Jenkins, Azure DevOps, CircleCI, and Bitbucket Update README.md CI section with complete input reference table and add link to detailed guide. Add missing --tenant-id flag and permissions to all examples.
🛡️ Armis Security Scan Results✅ No issues
Total: 0 View full resultsNo security issues found. |
Test Coverage Reporttotal: (statements) 74.8% Coverage by function |
Add Problem/Solution narrative sections for better context. Update checklist and testing sections for consistency.
Rename section to "Related Issue" and provide examples for both Jira tickets (PPSC-XXXX) and GitHub issues (Fixes #XXX).
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.
Description
Add comprehensive CI/CD integration documentation with multiple integration patterns, updated examples, and a dedicated guide for users integrating armis-cli into their pipelines.
Type of Change
Related Issues
N/A
Testing
Checklist
Additional Notes
New files:
docs/CI-INTEGRATION.md- Comprehensive guide (664 lines)docs/ci-examples/README.md- Index of all examplesdocs/ci-examples/github-actions-reusable.yml- Recommended workflowdocs/ci-examples/github-actions-pr-scan.yml- PR scanning with changed filesdocs/ci-examples/github-actions-scheduled.yml- Scheduled scansUpdated files:
README.md- Added link to guide, completed input table, addedtenant-idto all examplesdocs/ci-examples/github-actions.yml- Updated to v4 actions, modern syntax