Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1914)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* trivy

* Trivy back in dev job

* trivy
  • Loading branch information
nvuillam authored Oct 1, 2022
1 parent 43e2810 commit 927b883
Show file tree
Hide file tree
Showing 19 changed files with 457 additions and 369 deletions.
60 changes: 60 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,10 @@
[
"2022-09-27T20:49:14",
2602901
],
[
"2022-09-30T01:39:04",
2606012
]
],
"ci_light": [
Expand Down Expand Up @@ -1921,6 +1925,10 @@
[
"2022-09-27T20:49:14",
26609
],
[
"2022-09-30T01:39:04",
26868
]
],
"dart": [
Expand Down Expand Up @@ -3793,6 +3801,10 @@
[
"2022-09-27T20:49:14",
73940
],
[
"2022-09-30T01:39:04",
74727
]
],
"dotnet": [
Expand Down Expand Up @@ -4755,6 +4767,10 @@
[
"2022-09-27T20:49:14",
313859
],
[
"2022-09-30T01:39:04",
314291
]
],
"go": [
Expand Down Expand Up @@ -5717,6 +5733,10 @@
[
"2022-09-27T20:49:14",
13845
],
[
"2022-09-30T01:39:04",
13877
]
],
"java": [
Expand Down Expand Up @@ -6679,6 +6699,10 @@
[
"2022-09-27T20:49:14",
93430
],
[
"2022-09-30T01:39:04",
93834
]
],
"javascript": [
Expand Down Expand Up @@ -7641,6 +7665,10 @@
[
"2022-09-27T20:49:14",
150184
],
[
"2022-09-30T01:39:04",
151396
]
],
"php": [
Expand Down Expand Up @@ -8603,6 +8631,10 @@
[
"2022-09-27T20:49:14",
20267
],
[
"2022-09-30T01:39:04",
20440
]
],
"python": [
Expand Down Expand Up @@ -9565,6 +9597,10 @@
[
"2022-09-27T20:49:14",
106119
],
[
"2022-09-30T01:39:04",
107276
]
],
"ruby": [
Expand Down Expand Up @@ -10523,6 +10559,10 @@
[
"2022-09-27T20:49:14",
2587
],
[
"2022-09-30T01:39:04",
2587
]
],
"rust": [
Expand Down Expand Up @@ -11481,6 +11521,10 @@
[
"2022-09-27T20:49:14",
3958
],
[
"2022-09-30T01:39:04",
3965
]
],
"salesforce": [
Expand Down Expand Up @@ -12443,6 +12487,10 @@
[
"2022-09-27T20:49:14",
14058
],
[
"2022-09-30T01:39:04",
14107
]
],
"scala": [
Expand Down Expand Up @@ -13403,6 +13451,10 @@
[
"2022-09-27T20:49:14",
1274
],
[
"2022-09-30T01:39:04",
1332
]
],
"swift": [
Expand Down Expand Up @@ -14361,6 +14413,10 @@
[
"2022-09-27T20:49:14",
2447
],
[
"2022-09-30T01:39:04",
2467
]
],
"terraform": [
Expand Down Expand Up @@ -15323,6 +15379,10 @@
[
"2022-09-27T20:49:14",
114724
],
[
"2022-09-30T01:39:04",
115921
]
]
}
30 changes: 20 additions & 10 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (pypy, time, timeit, python3,",
" capture, python, prun). Useful for",
" formatting cells with custom python magics.",
" magics (time, prun, timeit, python3, pypy,",
" capture, python). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
" -C, --skip-magic-trailing-comma",
Expand Down Expand Up @@ -553,8 +553,8 @@
" [--policy-metadata-filter POLICY_METADATA_FILTER]",
" [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]",
" [--enable-secret-scan-all-files]",
" [--black-list-secret-scan BLACK_LIST_SECRET_SCAN]",
" [--summary-position {bottom,top}]",
" [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]",
" [--summary-position {top,bottom}]",
"",
"Infrastructure as code static analysis",
"",
Expand Down Expand Up @@ -801,10 +801,10 @@
" --enable-secret-scan-all-files",
" enable secret scan for all files [env var:",
" CKV_SECRETS_SCAN_ENABLE_ALL]",
" --black-list-secret-scan BLACK_LIST_SECRET_SCAN",
" black file list to filter out from the secret scanner",
" [env var: CKV_SECRETS_SCAN_BLACK_LIST]",
" --summary-position {bottom,top}",
" --block-list-secret-scan BLOCK_LIST_SECRET_SCAN",
" List of files to filter out from the secret scanner",
" [env var: CKV_SECRETS_SCAN_BLOCK_LIST]",
" --summary-position {top,bottom}",
" Chose whether the summary will be appended on top",
" (before the checks results) or on bottom (after check",
" results), default is on top.",
Expand Down Expand Up @@ -4973,7 +4973,7 @@
" --warnings Use exit code of 1 if warnings are reported",
" -w,--watch Continue to run and watch for changes",
"",
"WARNING: there is a new pyright version available (v1.1.270 -> v1.1.272).",
"WARNING: there is a new pyright version available (v1.1.270 -> v1.1.273).",
"Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`",
""
],
Expand Down Expand Up @@ -8093,6 +8093,16 @@
" If the directory for the cache does not exist, make sure you add a trailing \"/\"",
" on *nix systems or \"\\\" on Windows. Otherwise the path will be assumed to be a file.",
"",
" --cache-strategy [default: \"metadata\"]",
"",
" Strategy for the cache to use for detecting changed files. Can be either",
" \"metadata\" or \"content\".",
"",
" The \"content\" strategy can be useful in cases where the modification time of",
" your files changes even if their contents have not. For example, this can happen",
" during git operations like \"git clone\" because git does not track file modification",
" time.",
"",
" --formatter, -f [default: \"string\"]",
"",
" The output formatter: \"compact\", \"github\", \"json\", \"string\", \"tap\", \"unix\" or \"verbose\".",
Expand Down
12 changes: 6 additions & 6 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"bandit": "1.7.4",
"bash-exec": "5.1.16",
"black": "22.8.0",
"cfn-lint": "0.65.1",
"cfn-lint": "0.66.0",
"checkmake": "0.2.1",
"checkov": "2.1.229",
"checkov": "2.1.242",
"checkstyle": "10.3.4",
"chktex": "1.7.6",
"clippy": "0.1.64",
Expand Down Expand Up @@ -37,7 +37,7 @@
"isort": "5.10.1",
"jscpd": "3.3.26",
"jsonlint": "11.7.0",
"kics": "1.6.0",
"kics": "1.6.1",
"ktlint": "0.47.1",
"kubeconform": "0.4.12",
"kubeval": "0.16.1",
Expand Down Expand Up @@ -86,11 +86,11 @@
"sql-lint": "1.0.0",
"sqlfluff": "1.3.2",
"standard": "17.0.0",
"stylelint": "14.12.1",
"stylelint": "14.13.0",
"swiftlint": "0.46.5",
"syft": "0.57.0",
"syft": "0.58.0",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.3.0",
"terraform-fmt": "1.3.1",
"terragrunt": "0.38.12",
"terrascan": "1.15.2",
"tflint": "0.41.0",
Expand Down
Loading

0 comments on commit 927b883

Please sign in to comment.