File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
test/jest/acceptance/snyk-sbom-test Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ parameters:
9
9
default : ' https://downloads.snyk.io/fips/'
10
10
experimental_cli_download_base_url :
11
11
type : string
12
- # TODO: change to https://downloads.snyk.io/experimental/ when ready
13
- default : ' https://static.snyk.io/experimental/'
12
+ default : ' https://downloads.snyk.io/experimental/'
14
13
go_download_base_url :
15
14
type : string
16
15
default : ' https://storage.googleapis.com/golang/'
@@ -20,7 +19,7 @@ parameters:
20
19
go_version :
21
20
type : string
22
21
# https://go.dev/doc/devel/release
23
- default : ' 1.24.5 '
22
+ default : ' 1.24.6 '
24
23
aws_version :
25
24
type : string
26
25
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/snyk/cli-extension-sbom v0.0.0-20250801142135-ae472dafa4cd
19
19
github.com/snyk/container-cli v0.0.0-20250321132345-1e2e01681dd7
20
20
github.com/snyk/error-catalog-golang-public v0.0.0-20250812140843-a01d75260003
21
- github.com/snyk/go-application-framework v0.0.0-20250827114158-979c983b5beb
21
+ github.com/snyk/go-application-framework v0.0.0-20250829091032-bea1827e8723
22
22
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65
23
23
github.com/snyk/snyk-iac-capture v0.6.5
24
24
github.com/snyk/snyk-ls v0.0.0-20250826112710-2b9103023173
Original file line number Diff line number Diff line change @@ -1301,8 +1301,8 @@ github.com/snyk/container-cli v0.0.0-20250321132345-1e2e01681dd7 h1:/2+2piwQtB9f
1301
1301
github.com/snyk/container-cli v0.0.0-20250321132345-1e2e01681dd7 /go.mod h1:38w+dcAQp9eG3P5t2eNS9eG0reut10AeJjLv5lJ5lpM =
1302
1302
github.com/snyk/error-catalog-golang-public v0.0.0-20250812140843-a01d75260003 h1:qeXih9sVe/WvhccE3MfEgglnSVKN1xTQBcsA/N96Kzo =
1303
1303
github.com/snyk/error-catalog-golang-public v0.0.0-20250812140843-a01d75260003 /go.mod h1:Ytttq7Pw4vOCu9NtRQaOeDU2dhBYUyNBe6kX4+nIIQ4 =
1304
- github.com/snyk/go-application-framework v0.0.0-20250827114158-979c983b5beb h1:7Ul0tCIguoSCuZ1kLGj7e7Yt5YRBYRDHDMHXhLEeX20 =
1305
- github.com/snyk/go-application-framework v0.0.0-20250827114158-979c983b5beb /go.mod h1:BcHDVsw0EkwisckVp8qVItO1eqI98fMrb61GCGr7ERM =
1304
+ github.com/snyk/go-application-framework v0.0.0-20250829091032-bea1827e8723 h1:REVIA9QpI5fDEuS6VXxOJgDCWywQrj3Vdma+GIo289w =
1305
+ github.com/snyk/go-application-framework v0.0.0-20250829091032-bea1827e8723 /go.mod h1:BcHDVsw0EkwisckVp8qVItO1eqI98fMrb61GCGr7ERM =
1306
1306
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65 h1:CEQuYv0Go6MEyRCD3YjLYM2u3Oxkx8GpCpFBd4rUTUk =
1307
1307
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65 /go.mod h1:88KbbvGYlmLgee4OcQ19yr0bNpXpOr2kciOthaSzCAg =
1308
1308
github.com/snyk/policy-engine v0.33.2 h1:ZxD6/RQ4vqUAXa64V72SsGjZ8vmnBgZNGYQxMIqctYo =
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ jest.setTimeout(1000 * 120);
9
9
const EXIT_CODE_ACTION_NEEDED = 1 ;
10
10
11
11
describe ( 'snyk sbom test --reachability' , ( ) => {
12
- it ( 'works on projects with no git context' , async ( ) => {
12
+ it . skip ( 'works on projects with no git context' , async ( ) => {
13
13
// createProjectFromFixture creates a new project without gitcontext
14
14
const { path : tmpPth } = await createProjectFromFixture (
15
15
'sast/shallow_sast_webgoat' ,
You can’t perform that action at this time.
0 commit comments