|
1 |
| -# codedx-add-ins |
| 1 | +# Code Dx Add-In Tools |
| 2 | + |
| 3 | +New Code Dx deployments will include all available Code Dx Add-Ins. You can update existing Code Dx instances by registering Add-Ins using the configuration details in the sections below. |
| 4 | + |
| 5 | +For details on creating your own Code Dx Add-Ins, refer to the Add-In Walkthrough section of the [Tool Orchestration](https://community.synopsys.com/s/document-item?bundleId=codedx&topicId=user_guide%2FAnalysis%2Ftool-orchestration.html&_LANG=enus) documentation. |
| 6 | + |
| 7 | +## Black Duck (.NET Core) |
| 8 | + |
| 9 | +The TOML for this Add-In is located [here](./build/blackduck-dotnet/blackduck-dotnet-example.toml). |
| 10 | + |
| 11 | +.PNG) |
| 12 | + |
| 13 | +# Black Duck (Go) |
| 14 | + |
| 15 | +The TOML for this Add-In is located [here](./build/blackduck-go/blackduck-go-example.toml). |
| 16 | + |
| 17 | +.PNG) |
| 18 | + |
| 19 | +# Black Duck (sbt) |
| 20 | + |
| 21 | +The TOML for this Add-In is located [here](./build/blackduck-sbt/blackduck-sbt-example.toml). |
| 22 | + |
| 23 | +.PNG) |
| 24 | + |
| 25 | +# Burp Suite |
| 26 | + |
| 27 | +The TOML for this Add-In is located [here](./build/burpsuite/burpsuite-example.toml). |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +# Checkmarx |
| 32 | + |
| 33 | +The TOML for this Add-In is located [here](./build/checkmarx/checkmarx-example.toml). |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +# Coverity (.NET Core) |
| 38 | + |
| 39 | +The TOML for this Add-In is located [here](./build/coverity-dotnet/Coverity-dotnet-example.toml). |
| 40 | + |
| 41 | +.PNG) |
| 42 | + |
| 43 | +# Coverity (Go) |
| 44 | + |
| 45 | +The TOML for this Add-In is located [here](./build/coverity-go/Coverity-go-example.toml). |
| 46 | + |
| 47 | +.PNG) |
| 48 | + |
| 49 | +# Coverity (sbt) |
| 50 | + |
| 51 | +The TOML for this Add-In is located [here](./build/coverity-sbt/Coverity-sbt-example.toml). |
| 52 | + |
| 53 | +.PNG) |
| 54 | + |
| 55 | +# Errcheck |
| 56 | + |
| 57 | +The TOML for this Add-In is located [here](./build/golangci-lint/golangci-lint-errorcheck-example.toml). |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +# Go Vet |
| 62 | + |
| 63 | +The TOML for this Add-In is located [here](./build/govet/govet-example.toml). |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +# Golint |
| 68 | + |
| 69 | +The TOML for this Add-In is located [here](./build/golangci-lint/golangci-lint-golint-example.toml). |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +# Gosec |
| 74 | + |
| 75 | +The TOML for this Add-In is located [here](./build/gosec/gosec-example.toml). |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | +# Ineffassign |
| 80 | + |
| 81 | +The TOML for this Add-In is located [here](./build/golangci-lint/golangci-lint-ineffassign-example.toml). |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | +# Security Code Scan |
| 86 | + |
| 87 | +The TOML for this Add-In is located [here](./build/securitycodescan/SecurityCodeScan-example.toml). |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | +# Staticcheck |
| 92 | + |
| 93 | +The TOML for this Add-In is located [here](./build/staticcheck/staticcheck-example.toml). |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +# ZAP |
| 98 | + |
| 99 | +The TOML for this Add-In is located [here](./build/zap/zap-example.toml). |
| 100 | + |
| 101 | + |
0 commit comments