Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
with:
args: --verbose ./docs/**/*.md ./submodules/chart/docs/**/*.md
args: --verbose --accept '100..=103,200..=299,403' ./docs/**/*.md ./submodules/chart/docs/**/*.md
jobSummary: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions docs/getting-started/supported-languages-and-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://github.com/securego/gosec">Gosec</a> <a href="#client-side"><sup>3</sup></a>,
<a href="https://github.com/mgechev/revive">Revive</a>,
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a>,
<a href="https://staticcheck.io/">Staticcheck</a> <a href="#client-side"><sup>3</sup></a></td>
<a href="https://staticcheck.io/">Staticcheck</a> <a href="#client-side"><sup>3</sup></a>,
<a href="https://github.com/golangci/golangci-lint">GolangCI Lint</a><a href="#client-side"><sup>3</sup></a></td>
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#suggest-fixes">🔧</a></td>
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://trivy.dev">Trivy</a></td>
Expand Down Expand Up @@ -376,7 +377,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<tr>
<td>Markdown</td>
<td>.md, .markdown, .mdown, .mkdn, .mkd, .mdwn, .mkdown, .ron</td>
<td><a href="https://github.com/remarkjs/remark-lint">remark-lint</a>, <a href="https://github.com/DavidAnson/markdownlint">markdownlint</a></td>
<td><a href="https://github.com/remarkjs/remark-lint">remark-lint</a>, <a href="https://github.com/DavidAnson/markdownlint">markdownlint</a>, <a href="https://github.com/seojoonkim/agentlinter">Agentlinter</a></td>
<td><a href="https://github.com/DavidAnson/markdownlint">markdownlint</a> <a href="#suggest-fixes">🔧</a></td>
<td>-</td>
<td>-</td>
Expand Down
44 changes: 38 additions & 6 deletions docs/organizations/managing-security-and-risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ Security and risk management supports checking the languages and infrastructure-
<td><a href="https://pmd.github.io/">PMD</a>,
<a href="https://github.com/opengrep/opengrep/">Opengrep</a></td>
</tr>
<tr>
<td>AsyncAPI</td>
<td><a href="https://stoplight.io/open-source/spectral/">Spectral</a></td>
</tr>
<tr>
<td>AWS CloudFormation</td>
<td><a href="https://github.com/bridgecrewio/checkov/">Checkov</a>,
Expand Down Expand Up @@ -398,9 +402,15 @@ Security and risk management supports checking the languages and infrastructure-
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://trivy.dev">Trivy</a></td>
</tr>
<tr>
<td>CSS</td>
<td><a href="https://stylelint.io/">Stylelint</a>,
<a href="https://biomejs.dev/">BiomeJS</a></td>
</tr>
<tr>
<td>Dart</td>
<td><a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>,
<a href="https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_cli">dartanalyzer</a></td>
</tr>
<tr>
<td>Dockerfile</td>
Expand All @@ -421,7 +431,9 @@ Security and risk management supports checking the languages and infrastructure-
<td>Go</td>
<td><a href="https://github.com/securego/gosec">Gosec</a><a href="#client-side"> <sup>2</sup></a>,
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://trivy.dev">Trivy</a></td>
<a href="https://trivy.dev">Trivy</a>,
<a href="https://github.com/mgechev/revive">Revive</a>,
<a href="https://github.com/golangci/golangci-lint">GolangCI Lint</a><a href="#client-side"> <sup>2</sup></a></td>
</tr>
<tr>
<td>Groovy</td>
Expand All @@ -441,11 +453,13 @@ Security and risk management supports checking the languages and infrastructure-
<td>JavaScript</td>
<td><a href="https://eslint.org/">ESLint</a> <a href="#eslint-plugin"><sup>4</sup></a>,
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://trivy.dev">Trivy</a></td>
<a href="https://trivy.dev">Trivy</a>,
<a href="https://biomejs.dev/">BiomeJS</a></td>
</tr>
<tr>
<td>JSON</td>
<td><a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>,
<a href="https://biomejs.dev/">BiomeJS</a></td>
</tr>
<tr>
<td>Kotlin</td>
Expand All @@ -455,10 +469,22 @@ Security and risk management supports checking the languages and infrastructure-
<td>Kubernetes</td>
<td><a href="https://trivy.dev">Trivy</a> <a href="#yaml-only"><sup>1</sup></a></td>
</tr>
<tr>
<td>Less</td>
<td><a href="https://stylelint.io/">Stylelint</a></td>
</tr>
<tr>
<td>Markdown</td>
<td><a href="https://github.com/seojoonkim/agentlinter">Agentlinter</a></td>
</tr>
<tr>
<td>Objective-C</td>
<td><a href="https://clang.llvm.org/extra/clang-tidy/">Clang-Tidy</a><a href="#client-side"> <sup>2</sup></a></td>
</tr>
<tr>
<td>OpenAPI</td>
<td><a href="https://stoplight.io/open-source/spectral/">Spectral</a></td>
</tr>
<tr>
<td>PHP</td>
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a>,
Expand Down Expand Up @@ -491,6 +517,10 @@ Security and risk management supports checking the languages and infrastructure-
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://trivy.dev">Trivy</a></td>
</tr>
<tr>
<td>Sass</td>
<td><a href="https://stylelint.io/">Stylelint</a></td>
</tr>
<tr>
<td>Scala</td>
<td><a href="https://github.com/codacy/codacy-scalameta">Codacy Scalameta Pro</a>,
Expand All @@ -499,7 +529,8 @@ Security and risk management supports checking the languages and infrastructure-
</tr>
<tr>
<td>Swift</td>
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a></td>
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://github.com/realm/SwiftLint">SwiftLint</a></td>
</tr>
<tr>
<td>Shell</td>
Expand All @@ -519,7 +550,8 @@ Security and risk management supports checking the languages and infrastructure-
<td>TypeScript</td>
<td><a href="https://eslint.org/">ESLint</a> <a href="#eslint-plugin"><sup>4</sup></a>,
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
<a href="https://trivy.dev">Trivy</a></td>
<a href="https://trivy.dev">Trivy</a>,
<a href="https://biomejs.dev/">BiomeJS</a></td>
</tr>
<tr>
<td>Visual Basic</td>
Expand Down
Loading