Skip to content

Commit c9fd20c

Browse files
author
Paulo Ribeiro
authored
doc: Add note on running the analysis on build server
1 parent fcbdffd commit c9fd20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Sending the results of running gosec to Codacy involves the steps below, which y
3737
3. Send the results to Codacy
3838
4. Finally, signal that Codacy can use the sent results and start a new analysis
3939

40+
> When the option **“Run analysis through build server”** is enabled, the Codacy analysis will not start until you call the endpoint `/2.0/commit/{commitUuid}/resultsFinal` signalling that Codacy can use the sent results and start a new analysis.
41+
4042
```bash
4143
export PROJECT_TOKEN="YOUR-TOKEN"
4244
export COMMIT="COMMIT-UUID"

0 commit comments

Comments
 (0)