Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update oxsecurity/megalinter action to v6.22.2 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2022

This PR contains the following updates:

Package Type Update Change
oxsecurity/megalinter action minor v6.4.0 -> v6.22.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

oxsecurity/megalinter (oxsecurity/megalinter)

v6.22.2

Compare Source

  • Core

    • Fix failure of AzureCommentReporter when there is no pull request found in ENV vars
    • Fix HTML comment appearing in Azure Pull Request mail notifications
  • Linter versions upgrades

v6.22.1

Compare Source

  • Core

    • Changed vars in AzureCommentReporter to reflects official Azure DevOps naming convention + fallback to keep backward compatibility, see #​2509
    • Update AzureCommentReport to have only one MegaLinter thread instead of a new one for each run of MegaLinter
  • Documentation

    • Updated usage scenario for Azure DevOps, see #​2509
  • Linter versions upgrades

v6.22.0

Compare Source

v6.21.0

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

  • Core

    • Upgrade base docker image from python:3.10.4-alpine3.16 to python:3.11.1-alpine3.17
    • Build: remove folder contents before generating Dockerfile files for each linter in generate_linter_dockerfiles(), by @​bdovaz in #​2294
    • Build: remove folder contents before generating test classes for each linter in generate_linter_test_classes(), by @​bdovaz in #​2294
    • Build: automatically update the linter list used in the matrix of several of the workflows, by @​bdovaz in #​2294
    • Test: create a testing architecture for format/autofix linters, by @​bdovaz in #​2294
    • Test: create or adapt input files for format/autofix tests, by @​bdovaz in #​2294
    • Test: created specific test folders for linters that need them because they can't share them, by @​bdovaz in #​2294
    • Added rubocop-rake RubyGem for linting Rake files with RuboCop
  • Fixes

    • Correctly generate class names and test class files for each linter when the linter descriptor defines the attribute "name", by @​bdovaz in #​2294
    • Removed the default powershell templates TEMPLATES/.powershell-formatter.psd1 and TEMPLATES/.powershell-psscriptanalyzer.psd1. Having these templates caused all rules to be ignored as the settings aren't incremental but absolute, by @​bdovaz in #​2294
    • Added cli_lint_fix_arg_name parameter to dotnet format descriptor as without it, autofix doesn't work, by @​bdovaz in #​2294
    • Created BicepLinter class to add DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable to avoid problems with ICU packages, by @​bdovaz in #​2294
    • Modified npm-groovy-lint descriptor to add --failon parameter to only fail with error and not info which is the default value, by @​bdovaz in #​2294
    • Added cli_lint_fix_arg_name parameter to powershell formatter descriptor as without it, autofix doesn't work, by @​bdovaz in #​2294
    • Created ProtolintLinter class to fix the problem that returns exit code 1 when it encounters a problem to correct even though it corrects it correctly, by @​bdovaz in #​2294
    • Concatenate --output parameter correctly to xmllint linter, by @​bdovaz in #​2294
    • Modified the .pre-commit-hooks.yaml for megalinter-full so the containername argument is correctly split between two lines, by @​drbothen #​2411
    • Avoid jscpd default config to detect copy pastes in image files
    • Move utilstest to megalinter folder to avoid import issues
    • Replace deprecated spectral package, by @​bdovaz in by @​bdovaz in #​2340
    • Generate correct urls for packages with fixed versions, by @​bdovaz in #​2339
  • Documentation

    • Change swiftlint example that did not correctly reflect the --fix parameter, by @​bdovaz in #​2294
    • Change in TSX eslint descriptor the urls as they were not correct, by @​bdovaz in #​2294
    • Change in TYPESCRIPT eslint descriptor the urls as they were not correct, by @​bdovaz on #​2294
    • Use mkdocs-glightbox to allow to click on images and display them in full screen
  • CI

    • Use docker/build-push-action to build docker images and akhilerm/tag-push-action to release by retagging and pushing beta images instead of rebuilding them
    • Authenticate to GitHub API during docker build to avoid reaching limits
    • Remove apk go package install in images where possible to decrease image sizes, by @​echoix in #​2318
    • Create a slash PR bot to run ./build.sh command manually on PRs, by @​echoix in #​2353 and #​2381
    • Limit parallel execution of large job matrix in the workflows with max-parallel in order to keep runners available for other jobs, by @​echoix in #​2397
  • Linter versions upgrades

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.0

Compare Source

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.0

Compare Source

v6.13.0

Compare Source

v6.12.0

Compare Source

v6.11.1

Compare Source

  • Remove no-space-check from MegaLinter default .pylintrc file (#​1923)

v6.11.0

Compare Source

v6.10.0

Compare Source

  • Add git-lfs in Docker image to handle large files in git repositories

  • MegaLinter Docker images size improvements

    • Remove NPM cache
    • Remove Cargo cache
    • Remove rustup when clippy isn't embedded in the image
    • Remove npm packages useless files
  • Linter versions upgrades


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Aug 27, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.0s
✅ COPYPASTE jscpd yes no 0.92s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.05s
✅ YAML prettier 1 0 0.4s
✅ YAML yamllint 1 0 0.21s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 60e2f10 to f9bc4b9 Compare August 28, 2022 12:14
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.6.0 chore(deps): update oxsecurity/megalinter action to v6.7.0 Aug 28, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from f9bc4b9 to 859ebaf Compare August 28, 2022 21:04
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.7.0 chore(deps): update oxsecurity/megalinter action to v6.7.1 Aug 28, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 859ebaf to 69b97c0 Compare September 5, 2022 00:44
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.7.1 chore(deps): update oxsecurity/megalinter action to v6.8.0 Sep 5, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 69b97c0 to 1194cb6 Compare September 11, 2022 10:50
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.8.0 chore(deps): update oxsecurity/megalinter action to v6.9.0 Sep 11, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 1194cb6 to 44ab51b Compare September 11, 2022 17:04
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.9.0 chore(deps): update oxsecurity/megalinter action to v6.9.1 Sep 11, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 44ab51b to 58be49d Compare September 19, 2022 20:57
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.9.1 chore(deps): update oxsecurity/megalinter action to v6.10.0 Sep 19, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 58be49d to 6ccb49f Compare October 2, 2022 12:43
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.10.0 chore(deps): update oxsecurity/megalinter action to v6.11.0 Oct 2, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 6ccb49f to 8c255c4 Compare October 3, 2022 07:29
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.11.0 chore(deps): update oxsecurity/megalinter action to v6.11.1 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 8c255c4 to 00c0469 Compare October 16, 2022 21:47
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.11.1 chore(deps): update oxsecurity/megalinter action to v6.12.0 Oct 16, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 00c0469 to b41c302 Compare October 23, 2022 23:49
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.12.0 chore(deps): update oxsecurity/megalinter action to v6.13.0 Oct 23, 2022
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from b41c302 to 77d8253 Compare November 6, 2022 10:48
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.13.0 chore(deps): update oxsecurity/megalinter action to v6.14.0 Nov 6, 2022
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.14.0 chore(deps): update oxsecurity/megalinter action to v6.20.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 77d8253 to 7898d8f Compare March 16, 2023 11:06
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.20.1 chore(deps): update oxsecurity/megalinter action to v6.22.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 7898d8f to 5c9a298 Compare April 3, 2023 16:21
@renovate renovate bot changed the title chore(deps): update oxsecurity/megalinter action to v6.22.1 chore(deps): update oxsecurity/megalinter action to v6.22.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 5c9a298 to a5decd4 Compare April 17, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants