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: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,15 @@ Below are the list of properties in the config file.
66
66
- RunDotnetFormat
67
67
- Required
68
68
- True to run the `dotnet format` command on all csproj files
69
+
- NugetAudit
70
+
- Required
71
+
- This is an object with 3 properties, each is required. For more information see the Microsoft documentation at https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages#configuring-nuget-audit
72
+
- NuGetAudit
73
+
- Boolean to enable/disable the NuGet Audit features. Note that even if this is set to false, you still need to provide values for the other 2 properties even though they won't be used.
74
+
- AuditMode
75
+
- String. Which mode to audit, `direct` dependencies, or `all` dependencies.
76
+
- AuditLevel
77
+
- String. Minimum severity level to report. Ex: If you set it to moderate, you get `moderate`, `high`, and `critical` advisories. If you set it to `low`, you get all advisories.
69
78
- OutputFile
70
79
- Optional
71
80
- If this is set, it will be the file to write logs to, in addition to the console
@@ -77,14 +86,21 @@ Below are the list of properties in the config file.
0 commit comments