prometheus / procfs

procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Apache License 2.0
769 stars 319 forks source link

Add read-only token permissions #525

Closed pnacht closed 1 year ago

pnacht commented 1 year ago

Fixes prometheus/prometheus#12379.

This PR adds read-only token permissions to the golangci-lint.yml workflow to protect the project from supply-chain attacks. See the linked issue for details.

discordianfish commented 1 year ago

This should be changed in prometheus/common which is copied automatically to all other repos