Skip to content

Commit 26b683c

Browse files
Merge branch 'master' into create-pull-request/patch-1779086308
2 parents 28dc88c + c0c1ad4 commit 26b683c

3 files changed

Lines changed: 42 additions & 9 deletions

File tree

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
1717
with:
18-
args: --verbose ./docs/**/*.md ./submodules/chart/docs/**/*.md
18+
args: --verbose --accept '100..=103,200..=299,403' ./docs/**/*.md ./submodules/chart/docs/**/*.md
1919
jobSummary: true
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/getting-started/supported-languages-and-tools.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ The table below lists all languages that Codacy supports and the corresponding t
235235
<a href="https://github.com/securego/gosec">Gosec</a> <a href="#client-side"><sup>3</sup></a>,
236236
<a href="https://github.com/mgechev/revive">Revive</a>,
237237
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a>,
238-
<a href="https://staticcheck.io/">Staticcheck</a> <a href="#client-side"><sup>3</sup></a></td>
238+
<a href="https://staticcheck.io/">Staticcheck</a> <a href="#client-side"><sup>3</sup></a>,
239+
<a href="https://github.com/golangci/golangci-lint">GolangCI Lint</a><a href="#client-side"><sup>3</sup></a></td>
239240
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#suggest-fixes">🔧</a></td>
240241
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
241242
<a href="https://trivy.dev">Trivy</a></td>
@@ -376,7 +377,7 @@ The table below lists all languages that Codacy supports and the corresponding t
376377
<tr>
377378
<td>Markdown</td>
378379
<td>.md, .markdown, .mdown, .mkdn, .mkd, .mdwn, .mkdown, .ron</td>
379-
<td><a href="https://github.com/remarkjs/remark-lint">remark-lint</a>, <a href="https://github.com/DavidAnson/markdownlint">markdownlint</a></td>
380+
<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>
380381
<td><a href="https://github.com/DavidAnson/markdownlint">markdownlint</a> <a href="#suggest-fixes">🔧</a></td>
381382
<td>-</td>
382383
<td>-</td>

docs/organizations/managing-security-and-risk.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ Security and risk management supports checking the languages and infrastructure-
371371
<td><a href="https://pmd.github.io/">PMD</a>,
372372
<a href="https://github.com/opengrep/opengrep/">Opengrep</a></td>
373373
</tr>
374+
<tr>
375+
<td>AsyncAPI</td>
376+
<td><a href="https://stoplight.io/open-source/spectral/">Spectral</a></td>
377+
</tr>
374378
<tr>
375379
<td>AWS CloudFormation</td>
376380
<td><a href="https://github.com/bridgecrewio/checkov/">Checkov</a>,
@@ -398,9 +402,15 @@ Security and risk management supports checking the languages and infrastructure-
398402
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
399403
<a href="https://trivy.dev">Trivy</a></td>
400404
</tr>
405+
<tr>
406+
<td>CSS</td>
407+
<td><a href="https://stylelint.io/">Stylelint</a>,
408+
<a href="https://biomejs.dev/">BiomeJS</a></td>
409+
</tr>
401410
<tr>
402411
<td>Dart</td>
403-
<td><a href="https://trivy.dev">Trivy</a></td>
412+
<td><a href="https://trivy.dev">Trivy</a>,
413+
<a href="https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_cli">dartanalyzer</a></td>
404414
</tr>
405415
<tr>
406416
<td>Dockerfile</td>
@@ -421,7 +431,9 @@ Security and risk management supports checking the languages and infrastructure-
421431
<td>Go</td>
422432
<td><a href="https://github.com/securego/gosec">Gosec</a><a href="#client-side"> <sup>2</sup></a>,
423433
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
424-
<a href="https://trivy.dev">Trivy</a></td>
434+
<a href="https://trivy.dev">Trivy</a>,
435+
<a href="https://github.com/mgechev/revive">Revive</a>,
436+
<a href="https://github.com/golangci/golangci-lint">GolangCI Lint</a><a href="#client-side"> <sup>2</sup></a></td>
425437
</tr>
426438
<tr>
427439
<td>Groovy</td>
@@ -441,11 +453,13 @@ Security and risk management supports checking the languages and infrastructure-
441453
<td>JavaScript</td>
442454
<td><a href="https://eslint.org/">ESLint</a> <a href="#eslint-plugin"><sup>4</sup></a>,
443455
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
444-
<a href="https://trivy.dev">Trivy</a></td>
456+
<a href="https://trivy.dev">Trivy</a>,
457+
<a href="https://biomejs.dev/">BiomeJS</a></td>
445458
</tr>
446459
<tr>
447460
<td>JSON</td>
448-
<td><a href="https://trivy.dev">Trivy</a></td>
461+
<td><a href="https://trivy.dev">Trivy</a>,
462+
<a href="https://biomejs.dev/">BiomeJS</a></td>
449463
</tr>
450464
<tr>
451465
<td>Kotlin</td>
@@ -455,10 +469,22 @@ Security and risk management supports checking the languages and infrastructure-
455469
<td>Kubernetes</td>
456470
<td><a href="https://trivy.dev">Trivy</a> <a href="#yaml-only"><sup>1</sup></a></td>
457471
</tr>
472+
<tr>
473+
<td>Less</td>
474+
<td><a href="https://stylelint.io/">Stylelint</a></td>
475+
</tr>
476+
<tr>
477+
<td>Markdown</td>
478+
<td><a href="https://github.com/seojoonkim/agentlinter">Agentlinter</a></td>
479+
</tr>
458480
<tr>
459481
<td>Objective-C</td>
460482
<td><a href="https://clang.llvm.org/extra/clang-tidy/">Clang-Tidy</a><a href="#client-side"> <sup>2</sup></a></td>
461483
</tr>
484+
<tr>
485+
<td>OpenAPI</td>
486+
<td><a href="https://stoplight.io/open-source/spectral/">Spectral</a></td>
487+
</tr>
462488
<tr>
463489
<td>PHP</td>
464490
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a>,
@@ -491,6 +517,10 @@ Security and risk management supports checking the languages and infrastructure-
491517
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
492518
<a href="https://trivy.dev">Trivy</a></td>
493519
</tr>
520+
<tr>
521+
<td>Sass</td>
522+
<td><a href="https://stylelint.io/">Stylelint</a></td>
523+
</tr>
494524
<tr>
495525
<td>Scala</td>
496526
<td><a href="https://github.com/codacy/codacy-scalameta">Codacy Scalameta Pro</a>,
@@ -499,7 +529,8 @@ Security and risk management supports checking the languages and infrastructure-
499529
</tr>
500530
<tr>
501531
<td>Swift</td>
502-
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a></td>
532+
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
533+
<a href="https://github.com/realm/SwiftLint">SwiftLint</a></td>
503534
</tr>
504535
<tr>
505536
<td>Shell</td>
@@ -519,7 +550,8 @@ Security and risk management supports checking the languages and infrastructure-
519550
<td>TypeScript</td>
520551
<td><a href="https://eslint.org/">ESLint</a> <a href="#eslint-plugin"><sup>4</sup></a>,
521552
<a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
522-
<a href="https://trivy.dev">Trivy</a></td>
553+
<a href="https://trivy.dev">Trivy</a>,
554+
<a href="https://biomejs.dev/">BiomeJS</a></td>
523555
</tr>
524556
<tr>
525557
<td>Visual Basic</td>

0 commit comments

Comments
 (0)