Skip to content

feat: Add dependency review workflow and CODEOWNERS#6

Merged
vijayCarta merged 1 commit intomainfrom
add-dep-review-and-codeowners
Mar 31, 2026
Merged

feat: Add dependency review workflow and CODEOWNERS#6
vijayCarta merged 1 commit intomainfrom
add-dep-review-and-codeowners

Conversation

@vijayCarta
Copy link
Copy Markdown
Contributor

Summary

  • Add a local dependency-review.yml workflow using actions/dependency-review-action@v4 since the org-level required workflow references a private repo that public repos cannot access
  • Add CODEOWNERS file assigning @carta/ai-artifacts as default owners for all files

Changes Made

  • .github/workflows/dependency-review.yml — Runs on PRs targeting main, fails on moderate+ severity vulnerabilities, and posts a comment summary on every PR
  • CODEOWNERS — Sets @carta/ai-artifacts as the default code owner, enabling GitHub's code owner ruleset for review requirements

Test plan

  • Open a PR that adds/changes a dependency and verify the dependency review check runs
  • Verify CODEOWNERS triggers review requests to @carta/ai-artifacts

Related

  • Supports re-enabling org-level reviewer and code owner branch protection rulesets on this public repo

🤖 Generated with Claude Code

- Add local dependency-review.yml using actions/dependency-review-action
  since org-level required workflow can't run on public repos
- Add CODEOWNERS assigning @carta/ai-artifacts as default owners
- Supports re-enabling org-level reviewer and code owner rulesets

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 8741968.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

.github/workflows/dependency-review.yml

PackageVersionLicenseIssue Type
actions/checkout4.*.*NullUnknown License
actions/dependency-review-action4.*.*NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/checkout 4.*.* 🟢 6
Details
CheckScoreReason
Maintained⚠️ 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy🟢 9security policy file detected
Branch-Protection🟢 6branch protection is not maximal on development and all release branches
SAST🟢 8SAST tool detected but not run on all commits
actions/actions/dependency-review-action 4.*.* 🟢 7.8
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy🟢 9security policy file detected
Token-Permissions🟢 9detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection🟢 6branch protection is not maximal on development and all release branches
SAST🟢 10SAST tool is run on all commits

Scanned Files

  • .github/workflows/dependency-review.yml

@vijayCarta vijayCarta merged commit 26f734e into main Mar 31, 2026
2 checks passed
@vijayCarta vijayCarta deleted the add-dep-review-and-codeowners branch March 31, 2026 12:51
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.

2 participants