-
-
Notifications
You must be signed in to change notification settings - Fork 244
Comparing changes
Open a pull request
base repository: oxsecurity/megalinter
base: v6.12.0
head repository: oxsecurity/megalinter
compare: v6.13.0
- 16 commits
- 231 files changed
- 5 contributors
Commits on Oct 17, 2022
-
Remove default npm-groovy-lint extra arguments (#1973)
* Remove default npm-groovy-lint extra arguments Fixes #1872 * [MegaLinter] Apply linters fixes Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d6bd48 - Browse repository at this point
Copy the full SHA 3d6bd48View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f66cb10 - Browse repository at this point
Copy the full SHA f66cb10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6048ba6 - Browse repository at this point
Copy the full SHA 6048ba6View commit details
Commits on Oct 22, 2022
-
[automation] Auto-update linters version, help and documentation (#1981)
* [automation] Auto-update linters version, help and documentation * trvy * Downgrade devskim * trvy
Configuration menu - View commit details
-
Copy full SHA for 5b24526 - Browse repository at this point
Copy the full SHA 5b24526View commit details -
* [automation] Auto-update linters version, help and documentation * trvy * Downgrade devskim * New cupcake flavor :) * fix * [MegaLinter] Apply linters fixes Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79fe208 - Browse repository at this point
Copy the full SHA 79fe208View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67b29e - Browse repository at this point
Copy the full SHA a67b29eView commit details -
Bump fountainhead/action-wait-for-check from 1.0.0 to 1.1.0 (#1966)
Bumps [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/fountainhead/action-wait-for-check/releases) - [Commits](fountainhead/action-wait-for-check@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: fountainhead/action-wait-for-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd978d7 - Browse repository at this point
Copy the full SHA cd978d7View commit details -
Upgrade gitleaks and clj-kondo (#1990)
* Upgrade gitleaks and clj-kondo * changelog
Configuration menu - View commit details
-
Copy full SHA for b8777b6 - Browse repository at this point
Copy the full SHA b8777b6View commit details -
Don't add literal double quote characters to filenames (#1984)
* Remove unnecessary spawnSync options. The detached option defaults to false, and the cwd option defaults to the current working directory, so there is no need to specify them. * Don't retrieve spawnRes properties individually. This isn't necessary and gives the misleading impression that stdout and stderr may contain something. They cannot since the Docker image is run with stdio: "inherit", meaning the stdio and stderr streams are passed through to/from the mega-linter-runner process and hence aren't captured. * Don't add literal " character to filenames (#1942) The extra quotes caused MegaLinter to fail to find the first and last files in the list on non-Windows platforms, because the first has a literal double quote character prepended to it, and the last has one appended to it. Stop passing Windows arguments verbatim to eliminate the need for the quotes on Windows. Co-authored-by: nvuillam <nicolas.vuillamy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e957998 - Browse repository at this point
Copy the full SHA e957998View commit details
Commits on Oct 23, 2022
-
Replace
set-output
command (#1986)* Replace `set-output` command * Consolidate redirects Use `{ cmd1; cmd2; } >> file` instead of individual redirects per shellcheck ([SC2129](https://www.shellcheck.net/wiki/SC2129)). * Double quote to prevent globbing and word splitting * Replace `set-output` in Python scripts
Configuration menu - View commit details
-
Copy full SHA for 2561f74 - Browse repository at this point
Copy the full SHA 2561f74View commit details -
Remove trailing space from build script (#1987)
* Remove trailing space from build script * Remove trailing spaces from Dockerfiles
Configuration menu - View commit details
-
Copy full SHA for f50a16b - Browse repository at this point
Copy the full SHA f50a16bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe88383 - Browse repository at this point
Copy the full SHA fe88383View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfd631 - Browse repository at this point
Copy the full SHA bbfd631View commit details -
Revert "Replace
set-output
command (#1986)"This reverts commit 2561f74.
Configuration menu - View commit details
-
Copy full SHA for a47459f - Browse repository at this point
Copy the full SHA a47459fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 261fa88 - Browse repository at this point
Copy the full SHA 261fa88View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58627d - Browse repository at this point
Copy the full SHA f58627dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.12.0...v6.13.0