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

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 26, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

sundowndev-snyk and others added 30 commits August 2, 2022 10:50
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>
fix: matching configurations error on gradle version catalog
Team Capsule has been split and no longer exists.
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>
chore: remove code ownership from Capsule
chore: handle GOOS alpine in Makefile
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>
chore: Enable previously skipped test
fix: filter subprojects on unique path
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.
feat: create temp filepath for iac engine to write results [CFG-2114]
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.
feat: custom message for IaC cloud context errors
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>
@pull pull bot added the ⤵️ pull label Sep 26, 2022
@Jimimaku Jimimaku self-assigned this Sep 26, 2022
@Jimimaku Jimimaku self-requested a review September 26, 2022 23:30
ipapast and others added 16 commits September 27, 2022 11:26
feat: new version to update url docs link
feat: container support for deleted files
…d-test

feat: refactor and add tests on gradle plugin
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).
…lytics-cfg-2169

chore: Send integrated IaC test analytics [CFG-2169]
feat: Update feature gating for new IaC Integrated experience [CFG-2163, CFG-2168]
…ke-tests

chore: Add Slack alerts for IaC smoke tests [CFG-2165]
@Jimimaku Jimimaku merged commit a22142b into Jimimaku:master Sep 30, 2022
@Jimimaku Jimimaku removed their request for review September 30, 2022 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.