Skip to content

Commit 7b6e3c7

Browse files
committed
fixup scanner/contributors
Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
1 parent 7f785da commit 7b6e3c7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
assignees: fredbi
6464
reviewers: fredbi
6565
sign-commits: true
66-
signoff: false
66+
signoff: true # DCO
6767

6868
auto-merge:
6969
# description: |

.github/workflows/scanner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Vulnerability scans
33
on:
44
workflow_call:
55

6-
permissions: read-all
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
710

811
# description: |
912
# A fast vulnerability scan on the repo that effectively supplements ossf scorecard and codesql

0 commit comments

Comments
 (0)