forked from TrueCloudLab/distribution
build: harden fossa.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
feaa75c529
commit
1ca9af0184
1 changed files with 3 additions and 0 deletions
3
.github/workflows/fossa.yml
vendored
3
.github/workflows/fossa.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
- pull_request
|
||||
- push
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
scan-license:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue