Skip to content

Commit 92d1f41

Browse files
authored
Merge pull request #46 from anarnold97/build-error-7
build-error-7
2 parents 8d3ac97 + a82770c commit 92d1f41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/topics/yaml-rule-structure-syntax.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The analyzer currently supports the following `provider` conditions:
252252
* `dotnet`
253253
+
254254
:FeatureName: dotnet provider
255-
include::snippets/technology-preview-admonition.adoc[]
255+
include::technology-preview.adoc[]
256256

257257
[[table-Supported-providers-and-rule-conditions]]
258258
[options="header"][cols="99,99,99,99"][%autowidth]
@@ -267,8 +267,8 @@ include::snippets/technology-preview-admonition.adoc[]
267267
| .NET
268268

269269
|Providers that require custom rulesets for analysis
270-
a|
271-
* Go
270+
a|
271+
* Go
272272
* Python
273273
* Node.js
274274
|===
@@ -569,4 +569,4 @@ To execute any application analysis, run the following command. Replace <applica
569569
$ mta-cli analyze --input=<application_to_analyze> --output=<output_dir> --rules=<custom_rule_dir> --enable-default-rulesets=false
570570
----
571571

572-
On initiation, the mta-cli tool determines the type of application and the corresponding provider needed for analysis. It then starts the provider in a container that has the required dependencies and tools. Finally, the provider uses the analyzer to execute a series of rulesets to analyze the source code.
572+
On initiation, the mta-cli tool determines the type of application and the corresponding provider needed for analysis. It then starts the provider in a container that has the required dependencies and tools. Finally, the provider uses the analyzer to execute a series of rulesets to analyze the source code.

0 commit comments

Comments
 (0)