bloomberg / amqpprox

An AMQP 0.9.1 proxy server, designed for use in front of an AMQP 0.9.1 compliant message queue broker such as RabbitMQ.
Apache License 2.0
78 stars 16 forks source link

github actions: Set token permissions to read-only #102

Closed adamncasey closed 1 year ago

adamncasey commented 1 year ago

The ossf scorecard highlighted that our actions run with write permissions. This is unnecessary for our CI which should be entirely read only.