Skip to content

Conversation

@clubanderson
Copy link
Contributor

Summary

  • Fix scorecard.yml: use job-level permissions instead of workflow-level to satisfy OSSF scorecard webapp restrictions
  • Fix image-scanning.yml: update Dockerfile paths where needed

Details

The OpenSSF Scorecard action rejects workflows with global write permissions. This PR moves the permissions to job-level.

For repos with multiple Dockerfiles (galaxy, ui), a matrix build strategy is used to scan all components.

Test plan

  • Verify OpenSSF Scorecard workflow passes
  • Verify Container Image Scanning workflow passes (if applicable)

🤖 Generated with Claude Code

btwshivam and others added 30 commits August 13, 2025 04:03
…plugin_details_id (#1811)

* remove plugin api test

* fix id error. rename old id to new installedid
* refactor: change the color of Please sign in notification

* chore: remove redundant dependency
* Remove plugins folder

* Improve deployer service

* Format k8 service

* Fix build failure

* Fix formatting
* locale sync: fail & comment

* locale: sync all locales with master

* Revert "locale: sync all locales with master"

This reverts commit 8d7505d.

* fix: locale sync check script

* fix: remove unused import

* ci: add locale sync check step

* ci: use GH_REPO_TOKEN for PR commenting

* ci: add token debug check

* feat: add GitHub issue creation for locale sync

* fix: final locale sync improvements

* test: trigger CI to verify GH_REPO_TOKEN

* fix: remove invalid comment causing syntax error

* test: trigger fresh CI run to verify token

* fix: final cleanup - ready for maintainer token setup

* fix: add GITHUB_TOKEN fallback for locale sync check

* debug: add token detection logging to identify permission issue

* debug: enhance token debugging to identify permission issue

* test: trigger CI to verify GH_REPO_TOKEN works for PR commenting

* fix: resolve linting errors in locale sync script

* fix: finalize PR comment logic for locale sync check

Signed-off-by: Rishi Jat <[email protected]>

* fix: finalize PR comment logic for locale sync check

Signed-off-by: Rishi Jat <[email protected]>

---------

Signed-off-by: Rishi Jat <[email protected]>
* Update All

Signed-off-by: adity1raut <[email protected]>

* Update package-lock.json

---------

Signed-off-by: adity1raut <[email protected]>
* fix `README` referencing older release version doc

* Added responsiveness

* fix formating
… component (#1771)

* Fix debug log indentation and update showLogs prop based on onboarding status in ImportClusters component

Signed-off-by: alokdangre <[email protected]>

* Fix indentation in debug log comment in ImportClusters component

---------

Signed-off-by: alokdangre <[email protected]>
* fixes in filter

* optimise-filter

* added check for sync
…d components (#1548)

* chore: update version references to 0.28.0 across backend and frontend components

Signed-off-by: arpit529srivastava <[email protected]>

* chore: update documentation links to point to the latest version across frontend components

Signed-off-by: arpit529srivastava <[email protected]>

* chore: downgrade default version to 0.27.2 in WDS context creation

Signed-off-by: arpit529srivastava <[email protected]>

* chore: update script command to use version 0.27.2 in InstallationPage

Signed-off-by: arpit529srivastava <[email protected]>

* fixed link

Signed-off-by: arpit529srivastava <[email protected]>

---------

Signed-off-by: arpit529srivastava <[email protected]>
* enable prometheus server and grafana dashboard

* add grafana dashboard in ui

* add grafana menu

* fix format issue

* fix format issue

* add translations

* fix format issue

* fix linting
…on (#1732)

* refactor(installer): improve prerequisite checks and version extraction

- Introduce CheckCommand() to verify binaries exist before running
- Separate args (for existence check) and versionArgs (for version extraction)
- In checkPrerequisite():
  • Use LookPath to distinguish “not installed” vs “installed but errored”
  • Always capture CombinedOutput (ignore exit code) so we can parse version even on runtime errors
- Update extractors for Kubeflex and clusteradm:
  • Regex now matches core semver (x.y.z) and ignores suffixes (e.g. a2f9eab or -0-g…)
- Normalize all extractor functions to strip leading “v” and trim whitespace
- Alias amd64/x86_64 in checkArchitecture to avoid false incompatibility
- Guard sysctl checks behind a simple “docker run busybox echo” test
- Cosmetic: rename prereq struct fields (args vs versionArgs) for clarity

Closes: n/a

* fix(installer): update prerequisite check to mark command as installed if it exists

* fix(installer): handle command failure in prerequisite check by returning unknown version

Signed-off-by: Alok Dangre <[email protected]>

* fixed error

---------

Signed-off-by: Alok Dangre <[email protected]>
…1842)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.18.4 to 3.18.5.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.18.4...v3.18.5)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#1854)

* Add the documentation for installating the plugin from the local

* Remove doc
* remove plugin api test

* fix id error. rename old id to new installedid

* fix: Install Now button is clickable

* fix: prettier error
…nnecessary timeout (#1850)

* refactor onboarding process: improve completion handling and remove unnecessary timeout

* remove unnecessary debug log statement from onboarding process
* Update

Signed-off-by: adity1raut <[email protected]>

* Update Bug

Signed-off-by: adity1raut <[email protected]>

---------

Signed-off-by: adity1raut <[email protected]>
…#1873)

* refactor: switching installed_plugin_id to plugin_details_id (global identification of plugins)

* refactor: plugin feedback submission

* chore: fixing the suggestions field

* test: update test API only
* feat: add DB auto migration

* chore: handle auto-migrating failing errors
* added Missing Translation

* added Missing Translation for hindi

* Lowercase the Grafana
* fix: marketplace upload error when same plugin is already installed

* fix: add missing argument IsMarketPlacePlugin

* fix wrong comment in latest up migration

* add is_marketplace_plugin in json type for model
clubanderson and others added 10 commits January 9, 2026 17:25
- Mount quay-auth secret for registry authentication
  - Configure buildah to use the auth credentials
  - Temporarily skip frontend build (blocked by Dockerfile issue #2329)

  The quay-auth secret has been created in the test-pods namespace
  on the Prow cluster.

Signed-off-by: Andrew Anderson <[email protected]>
Make locale sync check informational instead of failing
ci: standardize workflow naming and add common workflows
Add OpenSSF Scorecard for security scoring and visibility.
Results are published to GitHub Security tab.

Co-authored-by: Claude Opus 4.5 <[email protected]>
* chore: add OpenSSF Scorecard workflow

Add OpenSSF Scorecard for security scoring and visibility.
Results are published to GitHub Security tab.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* chore: add Trivy container image scanning

Add Trivy vulnerability scanning for container images.
Scans for CRITICAL and HIGH CVEs, results published to GitHub Security tab.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

---------

Co-authored-by: Claude Opus 4.5 <[email protected]>
  - Fix scorecard.yml: use job-level permissions instead of workflow-level
    to satisfy OSSF scorecard webapp restrictions
  - Fix image-scanning.yml: update Dockerfile paths where needed

Signed-off-by: Andrew Anderson <[email protected]>
@kubestellar-prow kubestellar-prow bot added the dco-signoff: no Indicates the PR's author has not signed the DCO. label Jan 10, 2026
@kubestellar-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kunal-511 for approval. For more information see the Code Review Process.

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

@kubestellar-prow
Copy link

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

📝 Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

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. I understand the commands that are listed here.

@kubestellar-prow kubestellar-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 10, 2026
@github-actions github-actions bot added documentation Improvements or additions to documentation backend Issues or PRs related to the low-level API machinery for KubeStellar frontend other docker ci config wds tests helm and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 10, 2026
@github-project-automation github-project-automation bot moved this from In Progress to Done in KubeStellar UI Project Jan 10, 2026
@kubestellar-prow kubestellar-prow bot deleted the fix/ci-workflow-issues branch January 10, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Issues or PRs related to the low-level API machinery for KubeStellar ci config dco-signoff: no Indicates the PR's author has not signed the DCO. docker documentation Improvements or additions to documentation frontend helm other tests wds

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.