Commit fb924c7
authored
Remove apk go requirement when possible (#2318)
* Install revive from ghcr docker binary
* Install actionlint from docker image's binary to remove apk go
* Install checkmake from docker image binary
* Use latest instead of tags for modified docker images
* Use a builder image for revive as the released binaries return broken version number
* Edit comment in actionlint Dockerfile instructions
* Build dustilock in a stage and copy go binary
* Specify GOBIN folder for revive install in builder
* Remove unneeded GOPATH and GOROOT variables
Unneeded since we are not building go packages from source anymore
* Include fixes from linters
* Add `COPY --link --from` by using dockerfile frontend syntax
* Revert: Remove unneeded GOPATH and GOROOT variables
* Run build.sh
* Run ./build.sh after rebase
* Include apk go requirement for golangci-lint
* Add changelog entry
* Handle duplicated FROM and COPY instructions
* cSpell fixes1 parent bed68e1 commit fb924c7
File tree
155 files changed
+800
-517
lines changed- .automation
- .github/linters
- flavors
- ci_light
- cupcake
- documentation
- dotnet
- go
- javascript
- java
- php
- python
- ruby
- rust
- salesforce
- security
- swift
- terraform
- linters
- action_actionlint
- ansible_ansible_lint
- arm_arm_ttk
- bash_exec
- bash_shellcheck
- bash_shfmt
- bicep_bicep_linter
- c_cpplint
- clojure_clj_kondo
- cloudformation_cfn_lint
- coffee_coffeelint
- copypaste_jscpd
- cpp_cpplint
- csharp_csharpier
- csharp_dotnet_format
- css_scss_lint
- css_stylelint
- dart_dartanalyzer
- dockerfile_hadolint
- editorconfig_editorconfig_checker
- env_dotenv_linter
- gherkin_gherkin_lint
- go_golangci_lint
- go_revive
- graphql_graphql_schema_linter
- groovy_npm_groovy_lint
- html_djlint
- html_htmlhint
- java_checkstyle
- java_pmd
- javascript_es
- javascript_prettier
- javascript_standard
- json_eslint_plugin_jsonc
- json_jsonlint
- json_npm_package_json_lint
- json_prettier
- json_v8r
- jsx_eslint
- kotlin_ktlint
- kubernetes_kubeconform
- kubernetes_kubeval
- latex_chktex
- lua_luacheck
- makefile_checkmake
- markdown_markdown_link_check
- markdown_markdown_table_formatter
- markdown_markdownlint
- markdown_remark_lint
- openapi_spectral
- perl_perlcritic
- php_phpcs
- php_phplint
- php_phpstan
- php_psalm
- powershell_powershell_formatter
- powershell_powershell
- protobuf_protolint
- puppet_puppet_lint
- python_bandit
- python_black
- python_flake8
- python_isort
- python_mypy
- python_pylint
- python_pyright
- r_lintr
- raku_raku
- repository_checkov
- repository_devskim
- repository_dustilock
- repository_git_diff
- repository_gitleaks
- repository_goodcheck
- repository_secretlint
- repository_semgrep
- repository_syft
- repository_trivy
- rst_rst_lint
- rst_rstcheck
- rst_rstfmt
- ruby_rubocop
- rust_clippy
- salesforce_sfdx_scanner_apex
- salesforce_sfdx_scanner_aura
- salesforce_sfdx_scanner_lwc
- scala_scalafix
- snakemake_lint
- snakemake_snakefmt
- spell_cspell
- spell_misspell
- spell_proselint
- sql_sql_lint
- sql_sqlfluff
- sql_tsqllint
- swift_swiftlint
- tekton_tekton_lint
- terraform_checkov
- terraform_kics
- terraform_terraform_fmt
- terraform_terragrunt
- terraform_terrascan
- terraform_tflint
- tsx_eslint
- typescript_es
- typescript_prettier
- typescript_standard
- vbdotnet_dotnet_format
- xml_xmllint
- yaml_prettier
- yaml_v8r
- yaml_yamllint
- megalinter/descriptors
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
155 files changed
+800
-517
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
217 | 222 | | |
218 | 223 | | |
219 | 224 | | |
| |||
300 | 305 | | |
301 | 306 | | |
302 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
303 | 313 | | |
304 | 314 | | |
305 | 315 | | |
306 | 316 | | |
307 | 317 | | |
308 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
309 | 324 | | |
310 | | - | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
311 | 329 | | |
312 | 330 | | |
313 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
539 | 540 | | |
540 | 541 | | |
541 | 542 | | |
| 543 | + | |
542 | 544 | | |
543 | 545 | | |
544 | 546 | | |
| |||
864 | 866 | | |
865 | 867 | | |
866 | 868 | | |
| 869 | + | |
867 | 870 | | |
868 | 871 | | |
869 | 872 | | |
| |||
977 | 980 | | |
978 | 981 | | |
979 | 982 | | |
| 983 | + | |
980 | 984 | | |
981 | 985 | | |
982 | 986 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
16 | 29 | | |
| 30 | + | |
17 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
18 | 35 | | |
19 | 36 | | |
20 | 37 | | |
21 | 38 | | |
| 39 | + | |
| 40 | + | |
22 | 41 | | |
23 | 42 | | |
24 | 43 | | |
| |||
69 | 88 | | |
70 | 89 | | |
71 | 90 | | |
72 | | - | |
73 | 91 | | |
74 | 92 | | |
75 | 93 | | |
| |||
93 | 111 | | |
94 | 112 | | |
95 | 113 | | |
| 114 | + | |
96 | 115 | | |
97 | 116 | | |
98 | 117 | | |
| 118 | + | |
99 | 119 | | |
100 | 120 | | |
101 | 121 | | |
| |||
280 | 300 | | |
281 | 301 | | |
282 | 302 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
294 | 323 | | |
295 | 324 | | |
296 | 325 | | |
| |||
380 | 409 | | |
381 | 410 | | |
382 | 411 | | |
383 | | - | |
384 | | - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
385 | 415 | | |
386 | 416 | | |
387 | 417 | | |
| |||
396 | 426 | | |
397 | 427 | | |
398 | 428 | | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
| 429 | + | |
| 430 | + | |
404 | 431 | | |
405 | 432 | | |
406 | | - | |
| 433 | + | |
407 | 434 | | |
408 | 435 | | |
409 | 436 | | |
| |||
428 | 455 | | |
429 | 456 | | |
430 | 457 | | |
431 | | - | |
| 458 | + | |
432 | 459 | | |
433 | 460 | | |
434 | | - | |
| 461 | + | |
435 | 462 | | |
436 | 463 | | |
437 | 464 | | |
438 | 465 | | |
439 | 466 | | |
440 | 467 | | |
441 | | - | |
| 468 | + | |
| 469 | + | |
442 | 470 | | |
443 | 471 | | |
444 | | - | |
| 472 | + | |
445 | 473 | | |
446 | 474 | | |
447 | 475 | | |
| |||
487 | 515 | | |
488 | 516 | | |
489 | 517 | | |
490 | | - | |
| 518 | + | |
491 | 519 | | |
492 | 520 | | |
493 | 521 | | |
| |||
506 | 534 | | |
507 | 535 | | |
508 | 536 | | |
509 | | - | |
510 | | - | |
511 | | - | |
| 537 | + | |
512 | 538 | | |
513 | 539 | | |
514 | 540 | | |
| |||
537 | 563 | | |
538 | 564 | | |
539 | 565 | | |
540 | | - | |
| 566 | + | |
541 | 567 | | |
542 | 568 | | |
543 | 569 | | |
| |||
565 | 591 | | |
566 | 592 | | |
567 | 593 | | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
| 594 | + | |
577 | 595 | | |
578 | 596 | | |
579 | | - | |
| 597 | + | |
580 | 598 | | |
581 | 599 | | |
582 | 600 | | |
| |||
622 | 640 | | |
623 | 641 | | |
624 | 642 | | |
625 | | - | |
| 643 | + | |
626 | 644 | | |
627 | 645 | | |
628 | | - | |
| 646 | + | |
629 | 647 | | |
630 | 648 | | |
631 | | - | |
| 649 | + | |
632 | 650 | | |
633 | 651 | | |
634 | | - | |
| 652 | + | |
635 | 653 | | |
636 | 654 | | |
637 | | - | |
| 655 | + | |
638 | 656 | | |
639 | 657 | | |
640 | 658 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | 182 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | | - | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | | - | |
195 | | - | |
196 | | - | |
| 195 | + | |
197 | 196 | | |
198 | 197 | | |
199 | | - | |
| 198 | + | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
| |||
0 commit comments