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

[pull] master from snyk:master #21

Merged
merged 104 commits into from
Sep 30, 2022
Merged

[pull] master from snyk:master #21

merged 104 commits into from
Sep 30, 2022

Commits on Aug 2, 2022

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

Commits on Aug 31, 2022

  1. chore: upgrade pkg from 5.6.0 to 5.8.0

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: upgrade depcheck from 1.4.1 to 1.4.3
    
    … resolves issue of false positive unused dependencies when running
    `npx ts-node ./scripts/check-dependencies.ts`
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: pin pkg to the exact version
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: update nodejs 16.14.2 to 16.16.0
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: disable sudo since the new docker node image …
    
    … doesn’t support it
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: inverse default value of ‘npm_global_sudo’ and adapt usage
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: update nodejs versions 14.19.1 to 14.20.0
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: extend jest matrix test
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3f93319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ad7f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cf1815 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3636 from snyk/feat/add-depth-detection-cfg-cfg-2110

    
    
    feat: Added support for depth-detection [CFG-2110]
    ofekatr authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    11ac5f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3632 from snyk/chore/upgrade_pkg_test

    Chore/upgrade pkg
    PeterSchafer authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7ceadd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20dcdae View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3793 from snyk/fix/bump-gradle-plugin-version

    fix: matching configurations error on gradle version catalog
    ola magdziarek authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9717d2a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. chore: remove code ownership from Capsule

    Team Capsule has been split and no longer exists.
    Shesekino committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    424289d View commit details
    Browse the repository at this point in the history
  2. chore: handle GOOS alpine in Makefile

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add alpine build to workflow
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: run v2 jtest on alpine
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add test alpine to workflow
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: disable usage of sudo
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: temporarily add libc dependency to enable running
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add additional dependencies for running tests on alpine
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: remove docker and docker-compose from alpine tests
    
    without docker installed proxy tests will be skipped
    
    unfortunately running docker on alpine was causing more issues so this the attempt to skip these tests
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore:  use musl explictly to compile for alpine
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: remove glibc installation again
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: install maven for alpine tests
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: temporarily skip failing test
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adapt step name
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    581ebb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    537372d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3800 from snyk/chore/capsule-doesnt-exist

    chore: remove code ownership from Capsule
    Shesekino authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    544b0f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3792 from snyk/feat/add-var-file-support

    feat: add --var-file support
    YairZ101 authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d2fd088 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8893f81 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3620 from snyk/chore/cliv2_support_alpine

    chore: handle GOOS alpine in Makefile
    PeterSchafer authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d779654 View commit details
    Browse the repository at this point in the history
  8. chore: remove skipping test

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add a comment to understand why this test should not be run
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5940f43 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3803 from snyk/fix/bump-golang-plugin-version

    fix: bump golang plugin version
    danlucian authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f614f80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3802 from snyk/chore/cliv2_HMMR-530

    chore: Enable previously skipped test
    PeterSchafer authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c3b558b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix: filter subprojects on unique path

    magdziarek committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    db21498 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3811 from snyk/fix/bump-gradle-plugin-version

    fix: filter subprojects on unique path
    ola magdziarek authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    aa2188a View commit details
    Browse the repository at this point in the history
  3. feat: create temp filepath for iac engine to write results

    This commit creates a temporary filepath and passes it through the -output flag to the snyk-iac-test executable.
    The snyk-iac-test will then write all the results to this file, which the CLI will have to read and present to the user.
    Ilianna Papastefanou committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    12d8e57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3640 from snyk/feat/improve-big-results-handling-iac

    feat: create temp filepath for iac engine to write results [CFG-2114]
    ipapast authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    1d55458 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. feat: container python app scan

    Yaron Schwimmer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3609d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa6b91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3801 from snyk/chore/add-issue-remediation-cfg-2124

    chore: Add issue remediation to test output [CFG-2124]
    ofekatr authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    7dbca62 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3637 from snyk/feat/container-python-support

    feat: container python app scan
    Yaron Schwimmer authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2ff6c9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0f7595 View commit details
    Browse the repository at this point in the history
  6. feat: custom message for IaC cloud context errors

    There will be a request-specific error in the debug log, but we lack the
    plumbing to propagate this up without that flag as far as I know. The
    message contains a hint to run again with debug logs for this reason.
    Craig Furman committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b5833a2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3819 from snyk/feat/iac-cloud-context-errs

    feat: custom message for IaC cloud context errors
    Craig Furman authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1b3d166 View commit details
    Browse the repository at this point in the history
  8. chore: copy embedded file logic over from ‘cliv2-extensions-init’

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add go license
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: remove placeholder licnese file
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add simple —about implementation …
    
    … combining —about from cliv1 and local output
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add readme and remove license file
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: update git ignore
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add generation of 3rd party licenses to Makefile
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adapt output format of —about
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adapt go-license usage
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: print license files
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: change installation of go-license
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix issue when cross compiling
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adding manual download for missing licenses
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e712369 View commit details
    Browse the repository at this point in the history
  9. chore: copy embedded file logic over from ‘cliv2-extensions-init’

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add go license
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: remove placeholder licnese file
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add simple —about implementation …
    
    … combining —about from cliv1 and local output
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add readme and remove license file
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: update git ignore
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add generation of 3rd party licenses to Makefile
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adapt output format of —about
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adapt go-license usage
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: print license files
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: change installation of go-license
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix issue when cross compiling
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adding manual download for missing licenses
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: remove version prefix “2.0.0-prerelease”
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    5283858 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3817 from snyk/chore/cliv2_HMMR-532

    chore: implement --about
    PeterSchafer authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    155863f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3818 from snyk/chore/cliv2_HMMR-534

    chore: remove version prefix
    PeterSchafer authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    4867b3b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request #3513 from snyk/update-driftctl-v0.36.0

    bump driftctl to v0.36.0
    karniwl authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    da41e69 View commit details
    Browse the repository at this point in the history
  2. feat: cloud context for IaC tests

    Undocumented, and does nothing when not combined with `--experimental`.
    Docs will be added when this moves out of experimental usage.
    Craig Furman committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b9c1a10 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3823 from snyk/feat/iac-cloud-context

    [CTX-58] feat: cloud context for IaC tests
    Craig Furman authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b46e07b View commit details
    Browse the repository at this point in the history
  4. chore: install git on alpine and re-enable test

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1be5da4 View commit details
    Browse the repository at this point in the history
  5. feat: container Go binary scan

    Bumps the version of the docker-plugin to support trimmed, stripped and
    Cgo binaries.
    
    See [snyk-docker-plugin #447](snyk/snyk-docker-plugin#447)
    for more info.
    tommyknows committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    47af5ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3827 from snyk/feat/extended-go-binary-support

    feat: container Go binary scan
    tommyknows authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    aa95f00 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3825 from snyk/chore/cliv2_reenable_iac_test_alpine

    chore: install git on alpine and re-enable test
    PeterSchafer authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    31ee4c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge pull request #3821 from snyk/chore/add-short-width-support

    chore: Added short-width terminals support for text output
    ofekatr authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    29efc04 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade danger from 10.7.1 to 10.9.0

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d620795 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. fix: container python app scan errors

    Yaron Schwimmer committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    91ce029 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3830 from snyk/fix/python-scan-errors

    fix: container python app scan errors
    Yaron Schwimmer authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    63174af View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    e70e43d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3834 from snyk/feat/iac-test-v2-org-public-id

    feat: pass the org public ID to snyk-iac-test
    francescomari authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    77adb40 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. feat: IaC context-suppressed issue count

    When snyk-iac-test returns suppressedResults in scan analytics, display
    a total count of suppressed issues alongside the other scan counts.
    Craig Furman committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    bb18d47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3829 from snyk/feat/iac-suppressed-issue-count

    [CTX-403] feat: IaC context-suppressed issue count
    Craig Furman authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9b5cac0 View commit details
    Browse the repository at this point in the history
  3. feat: can override IaC experimental bundle

    Using the same environment variable as we do for the regular bundle.
    This is intended as a developer feature, and is not useful for most
    users.
    Craig Furman committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7da75f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. chore: replace local httpauth impl by go-httpauth module

    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    da9c1fb View commit details
    Browse the repository at this point in the history
  2. fix: container python app scan performance issues

    Yaron Schwimmer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a8732a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3839 from snyk/feat/iac-override-experimental-bundle

    feat: can override IaC experimental bundle
    Craig Furman authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c5ec076 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3842 from snyk/fix/container-python-scan-performa…

    …nce-improvements
    
    fix: container python app scan performance issues
    Yaron Schwimmer authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a02a180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17c7bac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3841 from snyk/feat/iac-test-v2-share-results-clo…

    …ud-api
    
    feat: share results with the Cloud API
    francescomari authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    69299e1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3840 from snyk/chore/cliv2_extract_httpauth2

    chore: replace local httpauth impl by go-httpauth module
    PeterSchafer authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2fe20e4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3828 from snyk/chore/upgrade_dep_danger_test

    chore: upgrade danger from 10.7.1 to 10.9.0
    PeterSchafer authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f65c552 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    3f82971 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3844 from snyk/feat/iac-test-v2-add-proxy-support

    feat: add support for an HTTP proxy  when using snyk-iac-test
    francescomari authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    51450a5 View commit details
    Browse the repository at this point in the history
  3. fix: iac test result undefined

    snyk iac test scan would fail when trying to access snykIacTestScanResult?.scanAnalytics.supressedResults, in the case of snykIacTestScanResult being undefined.
    This is because the whole snykIacTestScanResult?.scanAnalytics would evaluate to undefine and suppressedResults would fail to read an undefined value.
    Added a "?" operator to scanAnalytics to fix this error.
    Ilianna Papastefanou committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c1e289d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3845 from snyk/fix/undefined-snyk-iac-test-result

    fix: iac test result errors with undefined
    ipapast authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9678e97 View commit details
    Browse the repository at this point in the history
  5. fix: update snyk-docker-plugin to fix CGo binaries issue

    See [snyk-docker-plugin #456](snyk/snyk-docker-plugin#456)
    for more info.
    tommyknows committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4db2a46 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3846 from snyk/fix/no-fail-on-cgo-scan

    fix: update snyk-docker-plugin to fix CGo binaries issue
    tommyknows authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    459d5c3 View commit details
    Browse the repository at this point in the history
  7. chore: forward errors further and derive exit code later

    in preparation of beng able to include errors in analytics.
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add initial analytics implementation, not yet working
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: Adding next increment of analytics
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix unit test
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: implement sanitization of output data
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: add missing length check
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: adapt analytics output format
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: introduce global configuration based on viper
    
    * cliv2: make getFullVersion() static
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix prepare_licenses after adding new dependencies
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: Extend Analytics and Configuration
    
    * Analytics to include additional data + support disabling it + use proper authorization token
    * Configuration support bool and default values
    * In general moved constants away from cliv2 package to constants to enable linear inclusion
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix tests and add missing alternative key for token
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: improve configuration tests
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    fix: test by printing to stderr
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    fix: test by removing logging in configuration
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: set correct value for standalone
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix and extend tests to handle additional analytics
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    
    chore: fix tests to handle additional analytics
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3942051 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3835 from snyk/chore/cliv2_HMMR-528

    chore: Introduce analytics in Extensible CLI
    PeterSchafer authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    55c0352 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    9e1f2d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3848 from snyk/feat/iac-test-v2-show-cloud-issues…

    …-url
    
    feat: show Cloud Issues URL when sharing results with snyk iac test
    francescomari authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1c2428e View commit details
    Browse the repository at this point in the history
  3. fix: upgrade go-httpauth to support basic auth

    Merge and add proxy and proxy auth related tests
    
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
    PeterSchafer committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    875f0e9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3849 from snyk/fix/cliv2_HMMR-547

    chore: Upgrade go-httpauth to support basic auth
    PeterSchafer authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d2c45e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f5fac4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e4133c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. feat: add unmanaged service test call ff

    David Agrest authored and danielroymoore committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    55b6fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af81397 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge pull request #3603 from snyk/feat/add-unmanaged-service-test-ca…

    …ll-ff
    
    feat: add unmanaged service test call ff
    David Agrest authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a3f87ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3847 from snyk/chore/release-golang-cli-for-windows

    chore: add golang binary for windows to releases
    maxjeffos authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    60f7a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8890fb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge pull request #3838 from snyk/chore/create-iac-e2e-tests-cfg-2106

    chore: Create smoke tests for experimental IaC tests
    ofekatr authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d856544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c00bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3854 from snyk/fix/unmanaged-severity-threshold

    fix: added check for existing key in loop
    danielroymoore authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bebfec3 View commit details
    Browse the repository at this point in the history
  4. fix: improve cpp-plugin performance on windows

    David Agrest committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b5f6770 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Merge pull request #3855 from snyk/fix/perf-win-unmanaged

    fix: improve cpp-plugin performance on windows
    David Agrest authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    4fe1808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ade80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5231e69 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    17b1273 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3863 from snyk/feat/pass-http-client-to-plugins

    feat: pass snykHttpClient to plugin.inspect
    Jdunsby authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    b69d4b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a359186 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. feat: new version to update url docs link

    Ilianna Papastefanou committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    bd063e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3859 from snyk/chore/HMMR-550-redact-static-strin…

    …gs-from-analytics
    
    Redact static strings from analytics
    maxjeffos authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    51f3f74 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Merge pull request #3869 from snyk/feat/rename-cloud-rules-link

    feat: new version to update url docs link
    ipapast authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1903c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    e8794de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b324bd View commit details
    Browse the repository at this point in the history
  3. feat: container support for deleted files

    Yaron Schwimmer committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    cc8edfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3876 from snyk/feat/container-support-deleted-files

    feat: container support for deleted files
    Yaron Schwimmer authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    18f1d00 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3857 from snyk/chore/add-experimental-test-analyt…

    …ics-cfg-2157
    
    chore: Add experimental test analytics [CFG-2157]
    ofekatr authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2831b80 View commit details
    Browse the repository at this point in the history
  6. feat: refactor and add tests on gradle plugin

    magdziarek committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    239d4ab View commit details
    Browse the repository at this point in the history
  7. feat: Update feature gating for new IaC Integrated experience

    Ilianna Papastefanou authored and ofekatr committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    72bed38 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3877 from snyk/feat/gradle-plugin-refactor-and-ad…

    …d-test
    
    feat: refactor and add tests on gradle plugin
    ola magdziarek authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    eae8dd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fix: unmanaged scan unknown archives

    See snyk/snyk-mvn-plugin#137
    
    Adding warning message to indicate when projects have a dep-graph that contains packages with unknown versions (like in the Snyk UI).
    gitphill committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    5821ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf4c5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3851 from snyk/fix/unmanaged-scan-unknown-archives

    fix: unmanaged scan unknown archives
    gitphill authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1bbba78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3882 from snyk/chore/send-integrated-iac-test-ana…

    …lytics-cfg-2169
    
    chore: Send integrated IaC test analytics [CFG-2169]
    ofekatr authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9e2d5f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83894c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3867 from snyk/feat/update-iac-cloud-integrated-ff

    feat: Update feature gating for new IaC Integrated experience [CFG-2163, CFG-2168]
    ofekatr authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    14996c2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3858 from snyk/chore/add-slack-alerts-for-iac-smo…

    …ke-tests
    
    chore: Add Slack alerts for IaC smoke tests [CFG-2165]
    ofekatr authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7fb28bd View commit details
    Browse the repository at this point in the history