Skip to content

Commit cc739bc

Browse files
docs: include Add-In configuration details
1 parent a9af892 commit cc739bc

17 files changed

+101
-1
lines changed

README.md

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,101 @@
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+
![Black Duck (.NET Core)](./docs/Black%20Duck%20(.NET%20Core).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+
![Black Duck (Go)](./docs/Black%20Duck%20(Go).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+
![Black Duck (sbt)](./docs/Black%20Duck%20(sbt).PNG)
24+
25+
# Burp Suite
26+
27+
The TOML for this Add-In is located [here](./build/burpsuite/burpsuite-example.toml).
28+
29+
![Burp Suite](./docs/Burp%20Suite.PNG)
30+
31+
# Checkmarx
32+
33+
The TOML for this Add-In is located [here](./build/checkmarx/checkmarx-example.toml).
34+
35+
![Checkmarx](./docs/Checkmarx.PNG)
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+
![Coverity (.NET Core)](./docs/Coverity%20(.NET%20Core).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+
![Coverity (Go)](./docs/Coverity%20(Go).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+
![Coverity (sbt)](./docs/Coverity%20(sbt).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+
![Errcheck](./docs/Errcheck.PNG)
60+
61+
# Go Vet
62+
63+
The TOML for this Add-In is located [here](./build/govet/govet-example.toml).
64+
65+
![Go Vet](./docs/Go%20Vet.PNG)
66+
67+
# Golint
68+
69+
The TOML for this Add-In is located [here](./build/golangci-lint/golangci-lint-golint-example.toml).
70+
71+
![Golint](./docs/Golint.PNG)
72+
73+
# Gosec
74+
75+
The TOML for this Add-In is located [here](./build/gosec/gosec-example.toml).
76+
77+
![Gosec](./docs/Gosec.PNG)
78+
79+
# Ineffassign
80+
81+
The TOML for this Add-In is located [here](./build/golangci-lint/golangci-lint-ineffassign-example.toml).
82+
83+
![Ineffassign](./docs/Ineffassign.PNG)
84+
85+
# Security Code Scan
86+
87+
The TOML for this Add-In is located [here](./build/securitycodescan/SecurityCodeScan-example.toml).
88+
89+
![Security Code Scan](./docs/Security%20Code%20Scan.PNG)
90+
91+
# Staticcheck
92+
93+
The TOML for this Add-In is located [here](./build/staticcheck/staticcheck-example.toml).
94+
95+
![Staticcheck](./docs/Staticcheck.PNG)
96+
97+
# ZAP
98+
99+
The TOML for this Add-In is located [here](./build/zap/zap-example.toml).
100+
101+
![ZAP](./docs/ZAP.PNG)

docs/Black Duck (.NET Core).PNG

8.8 KB
Loading

docs/Black Duck (Go).PNG

8.11 KB
Loading

docs/Black Duck (sbt).PNG

8.58 KB
Loading

docs/Burp Suite.PNG

13.4 KB
Loading

docs/Checkmarx.PNG

16.2 KB
Loading

docs/Coverity (.NET Core).PNG

8.6 KB
Loading

docs/Coverity (Go).PNG

8.17 KB
Loading

docs/Coverity (sbt).PNG

8.45 KB
Loading

docs/Errcheck.PNG

7.29 KB
Loading

0 commit comments

Comments
 (0)