You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/templates/onboarding-pr-body-automated.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
**This PR may be auto-merged in the future if not configured.**
4
4
5
5
If your team does not need the security scanner:
6
-
-**Add a comment on this PR** explaining why your team is opting out
7
-
-**Close this PR** to prevent auto-merge
8
-
-**Add a `.github/no-security-scanner` file** to your repository to prevent future onboarding attempts
6
+
1.**Add a comment on this PR** explaining why your team is opting out
7
+
2.**Close this PR** to prevent auto-merge
8
+
3.**Add a `.github/no-security-scanner` file** to your repository to prevent future onboarding attempts
9
9
10
10
If you need the scanner but want to customize it:
11
-
- Complete the checklist below
12
-
- Review and modify the workflow file as needed
13
-
- Approve and merge this PR when ready
11
+
1. Complete the checklist below
12
+
2. Review and modify the workflow file as needed
13
+
3. Approve and merge this PR when ready
14
14
15
15
If no action is taken, this PR may be automatically merged after a grace period to ensure baseline security coverage across all repositories.
16
16
@@ -19,7 +19,7 @@ If no action is taken, this PR may be automatically merged after a grace period
19
19
## Required Action
20
20
21
21
Prior to merging this pull request, please ensure the following has been completed:
22
-
-[ ] The lines specifying `branches` correctly specifies this repository's default branch (usually `main` or `master`).
22
+
-[ ] The lines specifying `branches` correctly specify this repository's default branch (usually `main` or `master`).
23
23
-[ ] Any paths you would like to ignore have been added to the `paths-ignored` configuration option (see [setup](https://github.com/MetaMask/action-security-code-scanner/blob/main/README.md#setup))
24
24
-[ ] Language configuration has been reviewed - ignore falsely detected languages or add build commands for Java/Kotlin if needed (see Configuration section below)
25
25
-[ ] Any existing CodeQL configuration has been disabled.
@@ -49,6 +49,7 @@ The scanner auto-detects languages in your repository. If you need to customize
49
49
**Common use cases:**
50
50
51
51
1.**Ignore falsely detected languages:**
52
+
52
53
```yaml
53
54
languages-config: |
54
55
[
@@ -60,6 +61,7 @@ The scanner auto-detects languages in your repository. If you need to customize
0 commit comments