Skip to content

Conversation

@mrhapile
Copy link
Contributor

Fixes #568

Documents the OpenSSF Scorecard and Trivy image scanning workflows
introduced in kubestellar#3605.

This change is documentation-only and does not affect runtime behavior.

Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
Copilot AI review requested due to automatic review settings January 11, 2026 05:15
@kubestellar-prow kubestellar-prow bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Jan 11, 2026
@kubestellar-prow
Copy link

[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.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 11, 2026
@kubestellar-prow kubestellar-prow bot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 11, 2026
@kubestellar-prow
Copy link

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions 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.

@netlify
Copy link

netlify bot commented Jan 11, 2026

Deploy Preview for kubestellar-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 8c138a0
🔍 Latest deploy log https://app.netlify.com/projects/kubestellar-docs/deploys/696331df76a5100008a6d9ff
😎 Deploy Preview https://deploy-preview-572--kubestellar-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mrhapile mrhapile changed the title 📖document OpenSSF Scorecard and Trivy image scanning workflows (#568) 📖document OpenSSF Scorecard and Trivy image scanning workflows Jan 11, 2026
Copy link
Contributor

Copilot AI left a 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 pull request adds documentation for the OpenSSF Scorecard and Trivy image scanning security workflows that were introduced in the main KubeStellar repository (PR #3605). The documentation explains how these automated security scanning tools are integrated into the CI pipeline.

Changes:

  • Added a new "CI security scanning" section to the testing documentation
  • Documented OpenSSF Scorecard workflow for evaluating security best practices
  • Documented Trivy image scanning workflow for detecting vulnerabilities in container images

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to +59
When enabled, this workflow typically runs on a schedule and/or on
changes to the main branch. The results are published to the GitHub
**Security** tab.
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "When enabled" is ambiguous and may confuse readers about whether the OpenSSF Scorecard workflow is currently active in the KubeStellar project. Consider rephrasing to clearly indicate the workflow's current status, such as "This workflow runs on a schedule and/or on changes to the main branch" if it's currently active, or explicitly stating "If enabled in the future" if it's not yet active.

Suggested change
When enabled, this workflow typically runs on a schedule and/or on
changes to the main branch. The results are published to the GitHub
**Security** tab.
This workflow runs on a schedule and/or on changes to the main branch.
The results are published to the GitHub **Security** tab.

Copilot uses AI. Check for mistakes.
@clubanderson
Copy link
Contributor

/ok-to-test

@kubestellar-prow kubestellar-prow bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 12, 2026
@clubanderson
Copy link
Contributor

/retest

1 similar comment
@clubanderson
Copy link
Contributor

/retest

@clubanderson
Copy link
Contributor

The Build & Push PR Preview Image and Code Quality & Build workflow failures are due to a cached workflow that has since been disabled (replaced by Netlify previews).

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-lease

This will stop the failing workflows from running.

@clubanderson clubanderson added the kind/documentation Categorizes issue or PR as related to documentation. label Jan 13, 2026
@clubanderson
Copy link
Contributor

CI Failure: npm lockfile out of sync

The build is failing because package.json and package-lock.json are out of sync:

npm ci can only install packages when your package.json and package-lock.json are in sync.
Invalid: lock file's nextra@4.6.0 does not satisfy nextra@4.6.1
Missing: zod@4.3.5 from lock file

Fix

Please run the following to update your lockfile:

npm install
git add package-lock.json
git commit -s -m "🐛 Update package-lock.json to sync with package.json"
git push

This will regenerate the lockfile with the correct dependency versions.

@clubanderson
Copy link
Contributor

📖 Preview Links

The following documentation pages were changed in this PR:

Status Page Preview Link
📄 testing View preview

🔗 Full preview site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. documentation Improvements or additions to documentation kind/documentation Categorizes issue or PR as related to documentation. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc Update] chore: add OpenSSF Scorecard and Trivy image scanning workflows

2 participants