Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ossf-scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions: {}
jobs:
analysis:
name: Scorecard analysis
if: github.event.repository.visibility == 'public'
runs-on: ubuntu-24.04
permissions:
# Needed to checkout the repository and for scorecard to analyze commits.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
however this project does not use Semantic Versioning and there are no releases.
Instead this file uses a date-based structure.

## 2026-02-06

### Changed

- Skip `ossf-scorecard` workflow in private repositories to avoid unnecessary failures.

## 2026-02-05

### Fixed
Expand Down