-
Notifications
You must be signed in to change notification settings - Fork 579
Comparing changes
Open a pull request
base repository: snyk/cli
base: 4d30f5fe9326b37894009574d9b23a096fbb389c
head repository: snyk/cli
compare: 898791801f6122bb1889d6a99d68a7c62ca535c9
Commits on Sep 6, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 210408e - Browse repository at this point
Copy the full SHA 210408eView commit details
Commits on Sep 7, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 83641ca - Browse repository at this point
Copy the full SHA 83641caView commit details -
Merge pull request #1376 from snyk/feat/remove-yarn-2-support-to-reen…
…able-node-8 feat: remove yarn2 support
Configuration menu - View commit details
-
Copy full SHA for f95b4bd - Browse repository at this point
Copy the full SHA f95b4bdView commit details -
Merge pull request #1389 from snyk/feat/add-platform-flag-for-contain…
…er-command feat: Adding '--platform' flag to 'snyk container' commands
Configuration menu - View commit details
-
Copy full SHA for bcd6484 - Browse repository at this point
Copy the full SHA bcd6484View commit details -
fix: mvnw incorrect execution path
AviadH committedSep 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 6914f77 - Browse repository at this point
Copy the full SHA 6914f77View commit details -
Merge pull request #1391 from snyk/fix/snyk-mvn-plugin
fix: mvnw incorrect execution path
Aviad Hahami authoredSep 7, 2020 Configuration menu - View commit details
-
Copy full SHA for dae8ade - Browse repository at this point
Copy the full SHA dae8adeView commit details
Commits on Sep 8, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3796530 - Browse repository at this point
Copy the full SHA 3796530View commit details -
Merge pull request #1390 from snyk/feat/improve-source-test-display
feat: improve snyk source test display
Configuration menu - View commit details
-
Copy full SHA for 2907db7 - Browse repository at this point
Copy the full SHA 2907db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d680ec - Browse repository at this point
Copy the full SHA 8d680ecView commit details -
Merge pull request #1392 from snyk/fix/align-integration-name-for-jet…
…brains-ide fix: align integration naming for JetBrains IDEs
Configuration menu - View commit details
-
Copy full SHA for 9668ed1 - Browse repository at this point
Copy the full SHA 9668ed1View commit details
Commits on Sep 10, 2020
-
feat: Error handling for
--platform
flagAdding error handling for `snyk container test` and `snyk container monitor` `--platform` flag when unknown platform or architecture passsed.
Configuration menu - View commit details
-
Copy full SHA for dd1bc70 - Browse repository at this point
Copy the full SHA dd1bc70View commit details -
Merge pull request #1396 from snyk/feat/error-handling-for-docker-pla…
…tform feat: Error handling for `--platform` flag
Configuration menu - View commit details
-
Copy full SHA for 54700c1 - Browse repository at this point
Copy the full SHA 54700c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9ac00 - Browse repository at this point
Copy the full SHA 0e9ac00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ea109 - Browse repository at this point
Copy the full SHA d2ea109View commit details
Commits on Sep 14, 2020
-
Merge pull request #1388 from snyk/fix/use-upstream-deps
Use upstream deps
Configuration menu - View commit details
-
Copy full SHA for e4c8839 - Browse repository at this point
Copy the full SHA e4c8839View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d8584f7 - Browse repository at this point
Copy the full SHA d8584f7View commit details -
Merge pull request #1398 from snyk/feat/add-platform-to-project-meta
feat: Add platform to project metadata
Configuration menu - View commit details
-
Copy full SHA for 2c11ac5 - Browse repository at this point
Copy the full SHA 2c11ac5View commit details -
feat: use debug option with snyk-cpp-plugin
Only show fingerprint information when running with debug option.
Configuration menu - View commit details
-
Copy full SHA for c363c16 - Browse repository at this point
Copy the full SHA c363c16View commit details -
Merge pull request #1407 from snyk/feat/cpp-plugin-display-debug
feat: use debug option with snyk-cpp-plugin
Configuration menu - View commit details
-
Copy full SHA for 7388695 - Browse repository at this point
Copy the full SHA 7388695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1699a - Browse repository at this point
Copy the full SHA 5a1699aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09646bf - Browse repository at this point
Copy the full SHA 09646bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0ebdd - Browse repository at this point
Copy the full SHA 3f0ebddView commit details
Commits on Sep 15, 2020
-
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).
Configuration menu - View commit details
-
Copy full SHA for 565df40 - Browse repository at this point
Copy the full SHA 565df40View commit details -
Merge pull request #1411 from snyk/feat/add-platform-details-to-help
feat: Add platform details to help for snyk container
Configuration menu - View commit details
-
Copy full SHA for 5bf1e3e - Browse repository at this point
Copy the full SHA 5bf1e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b8196 - Browse repository at this point
Copy the full SHA 50b8196View commit details -
Merge pull request #1413 from snyk/feat/snyk-woof-spanish
feat: add spanish language to snyk woof
Configuration menu - View commit details
-
Copy full SHA for 5b3ea60 - Browse repository at this point
Copy the full SHA 5b3ea60View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 481ea44 - Browse repository at this point
Copy the full SHA 481ea44View commit details -
chore: add czech language to snyk woof
Mila Votradovec authoredSep 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 19817dd - Browse repository at this point
Copy the full SHA 19817ddView commit details -
Mila Votradovec authored
Sep 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 45fb77b - Browse repository at this point
Copy the full SHA 45fb77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e9bf8 - Browse repository at this point
Copy the full SHA 02e9bf8View commit details -
Merge pull request #1384 from snyk/feat/sarif-support
feat: SARIF format support for IaC and containers
Configuration menu - View commit details
-
Copy full SHA for c3212af - Browse repository at this point
Copy the full SHA c3212afView commit details
Commits on Sep 16, 2020
-
Merge pull request #1414 from snyk/chore/czech-woof
chore: add czech language to snyk woof
Mila Votradovec authoredSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 8377289 - Browse repository at this point
Copy the full SHA 8377289View commit details -
Configuration menu - View commit details
-
Copy full SHA for f063131 - Browse repository at this point
Copy the full SHA f063131View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe38684 - Browse repository at this point
Copy the full SHA fe38684View commit details -
Merge pull request #1416 from snyk/fix/sarif-outputfile-fixes
Fix/sarif outputfile fixes
Configuration menu - View commit details
-
Copy full SHA for a4ce353 - Browse repository at this point
Copy the full SHA a4ce353View commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c4de977 - Browse repository at this point
Copy the full SHA c4de977View commit details -
Configuration menu - View commit details
-
Copy full SHA for cadcc1a - Browse repository at this point
Copy the full SHA cadcc1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ded859a - Browse repository at this point
Copy the full SHA ded859aView commit details
Commits on Sep 18, 2020
-
Merge pull request #1410 from snyk/chore/add-missing-test-suites
Add missing test suites
Configuration menu - View commit details
-
Copy full SHA for 0a0193f - Browse repository at this point
Copy the full SHA 0a0193fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 026436d - Browse repository at this point
Copy the full SHA 026436dView commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0931140 - Browse repository at this point
Copy the full SHA 0931140View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32824e - Browse repository at this point
Copy the full SHA c32824eView commit details -
Merge pull request #1412 from snyk/feat/iac-test-terraform-support
feat: iac test terraform support
Configuration menu - View commit details
-
Copy full SHA for b497643 - Browse repository at this point
Copy the full SHA b497643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ca6f1 - Browse repository at this point
Copy the full SHA 64ca6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c1f44 - Browse repository at this point
Copy the full SHA 46c1f44View commit details
Commits on Sep 22, 2020
-
Merge pull request #1415 from snyk/fix/refactor-git-log-analysis-and-…
…add-more-testing Refactor git log analysis and add more testing
Configuration menu - View commit details
-
Copy full SHA for 554d9c2 - Browse repository at this point
Copy the full SHA 554d9c2View commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 646d68a - Browse repository at this point
Copy the full SHA 646d68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a503d - Browse repository at this point
Copy the full SHA 21a503dView commit details
Commits on Sep 24, 2020
-
Merge pull request #1423 from snyk/feat/sles_support
feat: add sles scanning support
Configuration menu - View commit details
-
Copy full SHA for f736267 - Browse repository at this point
Copy the full SHA f736267View commit details
Commits on Sep 25, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for b9c4859 - Browse repository at this point
Copy the full SHA b9c4859View commit details
There are no files selected for viewing