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: snyk/cli
base: v1.824.0
Choose a base ref
...
head repository: snyk/cli
compare: v1.825.0
Choose a head ref
  • 18 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 6, 2022

  1. chore(ci): run lint and build in parallel

    By moving the linter to its own job, we don't need to block test runs on minor linter errors. This lets contributors first get their work done without needing to polish and fix linter errors constantly throughout.
    
    Running the linter in parallel also saves 30s to 3 minutes (linter time varies).
    
    I've kept the linter requirement for dev-release as it should mirror prod-release as much as possible. And of course the linter (and every other job) should pass before we run a prod-release.
    Jahed Ahmed committed Jan 6, 2022
    Copy the full SHA
    1756d94 View commit details
    Browse the repository at this point in the history
  2. chore(ci): run all linters before showing failures

    So that we can see all linter errors at once and fix them together.
    
    Changing npm-run-all to serial adds 10 seconds, but prevents linters from competing for resources. It also provides better progress output without needing to aggregate.
    Jahed Ahmed committed Jan 6, 2022
    Copy the full SHA
    897ad08 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Merge pull request #2528 from snyk/chore/split-lint

    chore(ci): run lint and build in parallel
    Jahed Ahmed committed Jan 11, 2022
    Copy the full SHA
    4b32331 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. fix: exclude base image vulns filtering all vulns

    A previous change moved the filtering out of base image vulns (based on
    the existance of `dockerfileInstruction`) to be before
    `dockerfileInstruction` is assigned to the vulns, so all vulns were
    filtered out in case we used the `exclude-base-image-vulns` option.
    
    This fix moves the filtering back to where it was before, and
    recalculates the value of `ok`, to account for the reason it was moved
    in the first place.
    Yaron Schwimmer committed Jan 12, 2022
    Copy the full SHA
    96ba2b0 View commit details
    Browse the repository at this point in the history
  2. refactor: avoid require when possible

    Yaron Schwimmer committed Jan 12, 2022
    Copy the full SHA
    56911fe View commit details
    Browse the repository at this point in the history
  3. docs: update log4shell command help

    awileysnyk authored and Avishag Israeli committed Jan 12, 2022
    Copy the full SHA
    ba0f9e7 View commit details
    Browse the repository at this point in the history
  4. docs: update monitor command help

    awileysnyk authored and Avishag Israeli committed Jan 12, 2022
    Copy the full SHA
    b6664ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2518 from snyk/docs/revise-log4shell-command-help

    docs: update log4shell command help
    Avishagp committed Jan 12, 2022
    Copy the full SHA
    7b5df08 View commit details
    Browse the repository at this point in the history
  6. docs: update config command help

    awileysnyk authored and Avishag Israeli committed Jan 12, 2022
    Copy the full SHA
    f397327 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2519 from snyk/docs/revise-monitor-command-help

    docs: update monitor command help
    Avishagp committed Jan 12, 2022
    Copy the full SHA
    0c3f68c View commit details
    Browse the repository at this point in the history
  8. docs: update test command help

    awileysnyk authored and Avishag Israeli committed Jan 12, 2022
    Copy the full SHA
    bb7307e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2514 from snyk/docs/revise-config-command-help

    docs: update config command help
    Avishagp committed Jan 12, 2022
    Copy the full SHA
    9509c29 View commit details
    Browse the repository at this point in the history
  10. docs: update iac command help

    awileysnyk authored and Avishag Israeli committed Jan 12, 2022
    Copy the full SHA
    ab0e6fe View commit details
    Browse the repository at this point in the history
  11. docs: update container command help

    awileysnyk authored and Avishag Israeli committed Jan 12, 2022
    Copy the full SHA
    022aefe View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2515 from snyk/docs/revise-container-command-help

    docs: update container command help
    Avishagp committed Jan 12, 2022
    Copy the full SHA
    573f7be View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2516 from snyk/docs/revise-iac-command-help

    docs: update iac command help
    Avishagp committed Jan 12, 2022
    Copy the full SHA
    b9599be View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2466 from snyk/docs/revise-test-command-help

    Updates to test command help
    Avishagp committed Jan 12, 2022
    Copy the full SHA
    631a2a1 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2510 from snyk/fix/exclude-base-image-vulns-empty

    fix: exclude base image vulns filtering all vulns
    Yaron Schwimmer committed Jan 12, 2022
    Copy the full SHA
    4035224 View commit details
    Browse the repository at this point in the history