build: harden fossa.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-24 08:53:15 +02:00
parent feaa75c529
commit 1ca9af0184

View file

@ -4,6 +4,9 @@ on:
- pull_request
- push
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
scan-license:
runs-on: ubuntu-latest