File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -286,9 +286,23 @@ cat .env | sonar analyze secrets --stdin
286286
287287---
288288
289- #### ` sonar analyze a3s `
289+ #### ` sonar analyze sqaa `
290290
291- Run A3S server-side analysis on a file (SonarQube Cloud only)
291+ Run SQAA server-side analysis on a file (SonarQube Cloud only)
292+
293+ ** Options:**
294+
295+ | Option | Type | Required | Description | Default |
296+ | ----------- | ------ | -------- | -------------------------------------------------------- | ------- |
297+ | ` --file ` | string | Yes | File path to analyze | - |
298+ | ` --branch ` | string | No | Branch name for analysis context | - |
299+ | ` --project ` | string | No | SonarCloud project key (overrides auto-detected project) | - |
300+
301+ ---
302+
303+ ### ` sonar verify `
304+
305+ Analyze a file for issues
292306
293307** Options:**
294308
You can’t perform that action at this time.
0 commit comments