You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address regression in OpenSSF Token-Permissions (#400)
Related to #289
I noticed an unexpected drop in [OpenSSF Scorecard
results](https://scorecard.dev/viewer/?uri=github.com/open-telemetry/otel-arrow)
- one of which is the Token-Permissions category.
Details include the following warnings:
> Warn: topLevel 'security-events' permission set to 'write':
.github/workflows/go-ci.yml:5
Warn: no topLevel permission defined:
.github/workflows/pipeline-perf-test.yml:1
This PR:
* Restricts `security-events: write` to single job in `Go-CI`
* Adds an explicit `contents: read` into `Pipeline Performance Tests`
per best practice
0 commit comments