Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxsecurity/megalinter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.12.0
Choose a base ref
...
head repository: oxsecurity/megalinter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.13.0
Choose a head ref
  • 16 commits
  • 231 files changed
  • 5 contributors

Commits on Oct 17, 2022

  1. 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>
    nvuillam and nvuillam authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3d6bd48 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    f66cb10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6048ba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. [automation] Auto-update linters version, help and documentation (#1981)

    * [automation] Auto-update linters version, help and documentation
    
    * trvy
    
    * Downgrade devskim
    
    * trvy
    nvuillam authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    5b24526 View commit details
    Browse the repository at this point in the history
  2. New cupcake flavor (#1988)

    * [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>
    nvuillam and nvuillam authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    79fe208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67b29e View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    cd978d7 View commit details
    Browse the repository at this point in the history
  5. Upgrade gitleaks and clj-kondo (#1990)

    * Upgrade gitleaks and clj-kondo
    
    * changelog
    nvuillam authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    b8777b6 View commit details
    Browse the repository at this point in the history
  6. 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>
    Kurt-von-Laven and nvuillam authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    e957998 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. 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
    parkerbxyz authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    2561f74 View commit details
    Browse the repository at this point in the history
  2. Remove trailing space from build script (#1987)

    * Remove trailing space from build script
    
    * Remove trailing spaces from Dockerfiles
    parkerbxyz authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f50a16b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe88383 View commit details
    Browse the repository at this point in the history
  4. Use yaml.safe_load (#1992)

    nvuillam authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    bbfd631 View commit details
    Browse the repository at this point in the history
  5. Revert "Replace set-output command (#1986)"

    This reverts commit 2561f74.
    parkerbxyz authored and nvuillam committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a47459f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    261fa88 View commit details
    Browse the repository at this point in the history
  7. Release MegaLinter v6.13.0

    nvuillam committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f58627d View commit details
    Browse the repository at this point in the history
Loading