-
Notifications
You must be signed in to change notification settings - Fork 69
📖 docs: document CI security scanning workflows #571
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
✅ Deploy Preview for kubestellar-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @mrhapile. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR documents CI security scanning workflows for KubeStellar, specifically OpenSSF Scorecard and Trivy container image scanning. The documentation explains when these scans run, what they scan for, and where results are published.
Changes:
- Added a new "CI Security Scanning" section to the testing documentation
- Documented OpenSSF Scorecard workflow for security best practices evaluation
- Documented Trivy workflow for container image vulnerability scanning
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/ok-to-test |
|
/retest |
|
@mrhapile please clear up conflicts |
|
/retest |
|
The Please rebase your branch on main or merge main into your branch to pick up the workflow changes: git fetch origin main
git rebase origin/main
git push --force-with-leaseThis will stop the failing workflows from running. |
Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@mrhapile: The following tests failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
resolve conflicts @mrhapile |
|
@oksaumya resolved |
📖 Preview LinksThe following documentation pages were changed in this PR:
|
Fixes #567
Summary
Notes