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
@@ -22,15 +22,15 @@ Oftentimes, you can resolve `scanner:run` issues on your own. Follow these steps
22
22
23
23
If you're listing a managed package on AppExchange, prepare for the security review by following the instructions in the [Scan Your Solution with Salesforce Code Analyzer](https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/security_review_code_analyzer_scan.htm) section of the ISVforce Guide.
24
24
25
-
### Log a `scanner:run` Issue
26
-
If you're still having trouble after following the troubleshooting steps and checking that there's no existing issue that covers your situation, log a new `scanner:run` issue.
25
+
### Log a `scannerrun` Issue
26
+
If you're still having trouble after following the troubleshooting steps and checking that there's no existing issue that covers your situation, log a new `scannerrun` issue.
27
27
28
-
1. Fill out the `scanner:run` Issue Template.
28
+
1. Fill out the `scannerrun` Issue Template.
29
29
2. Attach your code with your issue.
30
30
3. If you can't publicly share the code that causes the issue, reproduce it in code that you can publicly share. Attach this substitute code to your issue.
31
31
4. Give your issue a clear and specific title. Example: "InternalExecutionError when scanning XYZ code".
32
32
-->
33
-
### `scanner:run` Issue Template
33
+
### `scannerrun` Issue Template
34
34
35
35
Fill out this template to submit your Code Analyzer issue.
@@ -27,15 +27,15 @@ If you're listing a managed package on AppExchange, prepare for the security rev
27
27
28
28
**Note: In your scan report, if you see an InternalExecutionError or a LimitReached error, you can still submit for AppExchange security review. These errors aren't blockers.**
29
29
30
-
### Log a `scanner:run:dfa` Issue
31
-
If you're still having trouble after following the troubleshooting steps and checking that there's no existing issue that covers your situation, log a new `scanner:run:dfa` issue.
30
+
### Log a `scannerrundfa` Issue
31
+
If you're still having trouble after following the troubleshooting steps and checking that there's no existing issue that covers your situation, log a new `scannerrundfa` issue.
32
32
33
-
1. Fill out the `scanner:run:dfa` Issue Template.
33
+
1. Fill out the `scannerrundfa` Issue Template.
34
34
2. Attach your code with your issue.
35
35
3. If you can't publicly share the code that causes the issue, reproduce it in code that you can publicly share. Attach this substitute code to your issue.
36
36
4. Give your issue a clear and specific title. Example: InternalExecutionError when scanning XYZ code.
37
37
-->
38
-
### `scanner:run:dfa` Issue Template
38
+
### `scannerrundfa` Issue Template
39
39
40
40
Fill out this template to submit your Code Analyzer issue.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2scanner_run_false_result.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
name: Report a scanner:run False Result
3
-
about: Report false results in scanner:run scan reports. If you’re submitting your managed package for AppExchange security review, include documentation of your false results with your submission.
2
+
name: Report a scannerrun False Result
3
+
about: Report false results in scannerrun scan reports. If you’re submitting your managed package for AppExchange security review, include documentation of your false results with your submission.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3scanner_run_dfa_false_result.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
name: Report a scanner:run:dfa False Result
3
-
about: Report false results returned in scanner:run:dfa scan reports. If you’re submitting for AppExchange security review, include documentation of your false results with your submission.
2
+
name: Report a scannerrundfa False Result
3
+
about: Report false results returned in scannerrundfa scan reports. If you’re submitting for AppExchange security review, include documentation of your false results with your submission.
4
4
title: "[False Result]"
5
5
labels: ''
6
6
assignees: ''
7
7
---
8
-
### `scanner:run:dfa` False Positives Template
8
+
### `scannerrundfa` False Positives Template
9
9
10
10
**Description:**
11
11
<!--Provide a clear and concise description of what the bug is.-->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4feature_request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ assignees: ''
7
7
---
8
8
9
9
**Is your feature request related to an issue that you encountered with Salesforce Code Analyzer?**
10
-
<!--Provide a clear and concise description of what the problem is. Example: When I run `scanner:run:describe`, I want to see a sorted list of commands.-->
10
+
<!--Provide a clear and concise description of what the problem is. Example: When I run `scannerrundescribe`, I want to see a sorted list of commands.-->
11
11
12
12
**Describe the solution that you want:**
13
13
<!--Describe the clear and concise description of the result that you expect from your feature request.-->
0 commit comments