Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OSSF Scorecard code scanning #7067

Merged
merged 3 commits into from
Feb 6, 2025
Merged

Conversation

trask
Copy link
Member

@trask trask commented Feb 5, 2025

It looks like OSSF Scorecard code scanning is already being run externally (I didn't realize they were doing this): https://securityscorecards.dev/viewer/?uri=github.com/open-telemetry/opentelemetry-java

But this PR will make it run from this repo and also report individual issues under the Security tab in GitHub.

Related to #7068

@trask trask requested a review from a team as a code owner February 5, 2025 21:46
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.84%. Comparing base (9f0a291) to head (fda187d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7067   +/-   ##
=========================================
  Coverage     89.84%   89.84%           
  Complexity     6610     6610           
=========================================
  Files           740      740           
  Lines         19981    19981           
  Branches       1966     1966           
=========================================
  Hits          17951    17951           
  Misses         1440     1440           
  Partials        590      590           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

# Needed for GitHub OIDC token if publish_results is true
id-token: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Copy link
Member

Choose a reason for hiding this comment

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

Pinning dependencies is recommended per the guidance here: #7074

@jack-berg
Copy link
Member

Merging because its a new workflow and unlikely to get in the way of tomorrow's release.

@jack-berg jack-berg merged commit 2fcd5f5 into open-telemetry:main Feb 6, 2025
25 checks passed
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.

3 participants