We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f785da commit 7b6e3c7Copy full SHA for 7b6e3c7
2 files changed
.github/workflows/contributors.yml
@@ -63,7 +63,7 @@ jobs:
63
assignees: fredbi
64
reviewers: fredbi
65
sign-commits: true
66
- signoff: false
+ signoff: true # DCO
67
68
auto-merge:
69
# description: |
.github/workflows/scanner.yml
@@ -3,7 +3,10 @@ name: Vulnerability scans
3
on:
4
workflow_call:
5
6
-permissions: read-all
+ workflow_dispatch:
7
+
8
+permissions:
9
+ contents: read
10
11
12
# A fast vulnerability scan on the repo that effectively supplements ossf scorecard and codesql
0 commit comments