Skip to content

Add Scorecard workflow for supply-chain security - #57

Open
cidrblock wants to merge 6 commits into
mainfrom
cidrblock-patch-1
Open

Add Scorecard workflow for supply-chain security#57
cidrblock wants to merge 6 commits into
mainfrom
cidrblock-patch-1

Conversation

@cidrblock

Copy link
Copy Markdown
Collaborator

This pull request introduces a new GitHub Actions workflow to enhance supply-chain security by integrating the OpenSSF Scorecard analysis into the CI/CD pipeline. The workflow is designed to run on the main branch and on a scheduled basis, ensuring ongoing security checks and visibility via GitHub's code scanning dashboard.

Supply-chain security automation:

  • Added a .github/workflows/scorecard.yml workflow that runs the OpenSSF Scorecard analysis on pushes to the main branch and on a weekly schedule. The workflow uploads results as artifacts and to GitHub's code scanning dashboard, helping to monitor and improve repository security practices.

Copilot AI lite review requested due to automatic review settings June 17, 2026 15:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds an OpenSSF Scorecard GitHub Actions workflow to run periodic and on-change supply-chain security checks and publish results to GitHub code scanning.

Changes:

  • Introduces .github/workflows/scorecard.yml to run Scorecard on push to main, weekly schedule, and branch_protection_rule events.
  • Uploads SARIF output both as a workflow artifact and to GitHub’s code scanning dashboard.

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

Comment on lines +26 to +33
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Needed to publish results and get a badge (see publish_results below).
id-token: write
# Uncomment the permissions below if installing in a private repository.
# contents: read
# actions: read
Comment on lines +24 to +25
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
Comment on lines +75 to +76
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3
Copilot AI review requested due to automatic review settings June 26, 2026 08:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 21, 2026 17:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings August 6, 2026 05:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings August 11, 2026 10:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Hrithik-Gavankar, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 36 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4b893cd8-2d64-4a66-85f2-59ecb17c83ed

📥 Commits

Reviewing files that changed from the base of the PR and between 201b446 and 51fe845.

📒 Files selected for processing (1)
  • .github/workflows/scorecard.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

Label error. Requires at least 1 of: breaking, chore, feat, fix. Found: . Follow https://www.conventionalcommits.org to get auto-labeling to work correctly.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants