Skip to content
Closed
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
3 changes: 0 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
permissions:
contents: read


permissions: read-all

jobs:
analysis:
name: Scorecard analysis
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- `deny.toml` cargo-deny policy ([graph] / [advisories] / [licenses] / [bans] / [sources]) so the `cargo-deny` CI job has a checked-in config to enforce
- Tier-0 hygiene pass (orch-v12-s1-008): justfile recipes (`build`/`test`/`lint`/`fmt`/`audit`/`deny`/`grade`/`ci`) sourced from `just/phenotype.just`, GitHub workflows (CI, audit, deny, scorecard, release) with concurrency + SHA-pinned actions, `.github/CODEOWNERS` ownership of `@KooshaPari`, governance docs (`CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, `SECURITY.md`, `CHANGELOG.md`), issue templates (`bug.yml`, `feature.yml`, `config.yml`), pull request template, `.editorconfig`, and canonical `.gitattributes`

### Changed
- `.github/workflows/scorecard.yml`: removed duplicate top-level `permissions:` block; job-level `permissions:` now the single source of truth

### Deprecated

Expand Down
Loading