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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d30f5fe9326b37894009574d9b23a096fbb389c
Choose a base ref
...
head repository: snyk/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 898791801f6122bb1889d6a99d68a7c62ca535c9
Choose a head ref

Commits on Sep 6, 2020

  1. feat: remove yarn2 support

    Yarn2 requires node>10. We still have users on node8 using yarn and ever since we added yarn2 they are no longer able to add snyk to their projects.
    
    Since snyk still supports node8, we must unfortunately remove our support for yarn2.
    
    Node8 support will be dropped in the near future, after which we can reinstate yarn2 support.
    In the meantime, users can pin the version 1.387.0 to retain yarn 2 support
    orsagie committed Sep 6, 2020
    Copy the full SHA
    210408e View commit details

Commits on Sep 7, 2020

  1. feat: Adding '--platform' flag to 'snyk container' commands

    We're adding 'arm' architecture support to the cli scanning. Firstly the 'platform' flag is supported if docker available locally and experimental features configured.
    agatakrajewska committed Sep 7, 2020
    Copy the full SHA
    83641ca View commit details
  2. Merge pull request #1376 from snyk/feat/remove-yarn-2-support-to-reen…

    …able-node-8
    
    feat: remove yarn2 support
    orsagie authored Sep 7, 2020
    Copy the full SHA
    f95b4bd View commit details
  3. Merge pull request #1389 from snyk/feat/add-platform-flag-for-contain…

    …er-command
    
    feat: Adding '--platform' flag to 'snyk container' commands
    agatakrajewska authored Sep 7, 2020
    Copy the full SHA
    bcd6484 View commit details
  4. fix: mvnw incorrect execution path

    AviadH committed Sep 7, 2020
    Copy the full SHA
    6914f77 View commit details
  5. Merge pull request #1391 from snyk/fix/snyk-mvn-plugin

    fix: mvnw incorrect execution path
    Aviad Hahami authored Sep 7, 2020
    Copy the full SHA
    dae8ade View commit details

Commits on Sep 8, 2020

  1. feat: improve snyk source test display

    Add color and improve how test results are displayed when running 'snyk
    source test' for C/C++ projects.
    Add spinner test to give more feedback to user as we test dependencies.
    Remove type from ScanResult interface.
    gitphill committed Sep 8, 2020
    Copy the full SHA
    3796530 View commit details
  2. Merge pull request #1390 from snyk/feat/improve-source-test-display

    feat: improve snyk source test display
    gitphill authored Sep 8, 2020
    Copy the full SHA
    2907db7 View commit details
  3. Copy the full SHA
    8d680ec View commit details
  4. Merge pull request #1392 from snyk/fix/align-integration-name-for-jet…

    …brains-ide
    
    fix: align integration naming for JetBrains IDEs
    pavel-snyk authored Sep 8, 2020
    Copy the full SHA
    9668ed1 View commit details

Commits on Sep 10, 2020

  1. feat: Error handling for --platform flag

    Adding error handling for `snyk container test` and `snyk container monitor` `--platform` flag when unknown platform or architecture passsed.
    agatakrajewska committed Sep 10, 2020
    Copy the full SHA
    dd1bc70 View commit details
  2. Merge pull request #1396 from snyk/feat/error-handling-for-docker-pla…

    …tform
    
    feat: Error handling for `--platform` flag
    agatakrajewska authored Sep 10, 2020
    Copy the full SHA
    54700c1 View commit details
  3. Copy the full SHA
    0e9ac00 View commit details
  4. fix: add graphlib types

    It was previously typed as any by mistake
    JackuB committed Sep 10, 2020
    Copy the full SHA
    d2ea109 View commit details

Commits on Sep 14, 2020

  1. Merge pull request #1388 from snyk/fix/use-upstream-deps

    Use upstream deps
    JackuB authored Sep 14, 2020
    Copy the full SHA
    e4c8839 View commit details
  2. feat: Add platform to project metadata

    Adding platform extracted during static scanning to project metadata. This information will be then displayed on the project page.
    agatakrajewska authored and shaimendel committed Sep 14, 2020
    Copy the full SHA
    d8584f7 View commit details
  3. Merge pull request #1398 from snyk/feat/add-platform-to-project-meta

    feat: Add platform to project metadata
    shaimendel authored Sep 14, 2020
    Copy the full SHA
    2c11ac5 View commit details
  4. feat: use debug option with snyk-cpp-plugin

    Only show fingerprint information when running with debug option.
    gitphill committed Sep 14, 2020
    Copy the full SHA
    c363c16 View commit details
  5. Merge pull request #1407 from snyk/feat/cpp-plugin-display-debug

    feat: use debug option with snyk-cpp-plugin
    gitphill authored Sep 14, 2020
    Copy the full SHA
    7388695 View commit details
  6. Copy the full SHA
    5a1699a View commit details
  7. Copy the full SHA
    09646bf View commit details
  8. Copy the full SHA
    3f0ebdd View commit details

Commits on Sep 15, 2020

  1. feat: Add platform details to help for snyk container

    The snyk container CLI now supports passing an explicit platform value.
    This will then test the image with that platform, rather than just the
    default (probably amd64).
    garethr committed Sep 15, 2020
    Copy the full SHA
    565df40 View commit details
  2. Merge pull request #1411 from snyk/feat/add-platform-details-to-help

    feat: Add platform details to help for snyk container
    garethr authored Sep 15, 2020
    Copy the full SHA
    5bf1e3e View commit details
  3. Copy the full SHA
    50b8196 View commit details
  4. Merge pull request #1413 from snyk/feat/snyk-woof-spanish

    feat: add spanish language to snyk woof
    juanamari94 authored Sep 15, 2020
    Copy the full SHA
    5b3ea60 View commit details
  5. Merge pull request #1408 from snyk/fix/cli-dev-count-use-no-merge-in-…

    …git-log
    
    Fix/cli dev count use no merge in git log
    maxjeffos authored Sep 15, 2020
    Copy the full SHA
    481ea44 View commit details
  6. Copy the full SHA
    19817dd View commit details
  7. chore: align ASCII art

    Mila Votradovec authored Sep 15, 2020
    Copy the full SHA
    45fb77b View commit details
  8. Copy the full SHA
    02e9bf8 View commit details
  9. Merge pull request #1384 from snyk/feat/sarif-support

    feat: SARIF format support for IaC and containers
    RotemS authored Sep 15, 2020
    Copy the full SHA
    c3212af View commit details

Commits on Sep 16, 2020

  1. Merge pull request #1414 from snyk/chore/czech-woof

    chore: add czech language to snyk woof
    Mila Votradovec authored Sep 16, 2020
    Copy the full SHA
    8377289 View commit details
  2. Copy the full SHA
    f063131 View commit details
  3. Copy the full SHA
    fe38684 View commit details
  4. Merge pull request #1416 from snyk/fix/sarif-outputfile-fixes

    Fix/sarif outputfile fixes
    RotemS authored Sep 16, 2020
    Copy the full SHA
    a4ce353 View commit details

Commits on Sep 17, 2020

  1. Copy the full SHA
    c4de977 View commit details
  2. Copy the full SHA
    cadcc1a View commit details
  3. Copy the full SHA
    ded859a View commit details

Commits on Sep 18, 2020

  1. Merge pull request #1410 from snyk/chore/add-missing-test-suites

    Add missing test suites
    maxjeffos authored Sep 18, 2020
    Copy the full SHA
    0a0193f View commit details
  2. Copy the full SHA
    026436d View commit details

Commits on Sep 21, 2020

  1. feat(docker): create Dockerfile.python-3.6

    VMabille authored and JackuB committed Sep 21, 2020
    Copy the full SHA
    0931140 View commit details
  2. Copy the full SHA
    c32824e View commit details
  3. Merge pull request #1412 from snyk/feat/iac-test-terraform-support

    feat: iac test terraform support
    rontalx authored Sep 21, 2020
    Copy the full SHA
    b497643 View commit details
  4. Copy the full SHA
    64ca6f1 View commit details
  5. Copy the full SHA
    46c1f44 View commit details

Commits on Sep 22, 2020

  1. Merge pull request #1415 from snyk/fix/refactor-git-log-analysis-and-…

    …add-more-testing
    
    Refactor git log analysis and add more testing
    maxjeffos authored Sep 22, 2020
    Copy the full SHA
    554d9c2 View commit details

Commits on Sep 23, 2020

  1. Copy the full SHA
    646d68a View commit details
  2. Copy the full SHA
    21a503d View commit details

Commits on Sep 24, 2020

  1. Merge pull request #1423 from snyk/feat/sles_support

    feat: add sles scanning support
    shaimendel authored Sep 24, 2020
    Copy the full SHA
    f736267 View commit details

Commits on Sep 25, 2020

  1. feat: update scan result interface

    Add facts and identity to the scan result interface used to test
    dependencies.
    
    Bump snyk-cpp-plugin to 2.0.0.
    
    The snyk-cpp-plugin is the only CLI plugin currently using new
    test ecosystems method.
    gitphill committed Sep 25, 2020
    Copy the full SHA
    b9c4859 View commit details
Showing 567 changed files with 353,748 additions and 4,252 deletions.
Loading