Set permissions to read for workflow

Add 'contents: read' permissions to the GitHub Actions workflow configuration. This change enhances security by only allowing read access to the repository contents.
This commit is contained in:
Winni Neessen 2024-09-16 09:56:04 +02:00
parent f2f653eeb6
commit b0b7b07a8a
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -6,6 +6,9 @@ name: REUSE Compliance Check
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest