Fixing gradleCmd to allow args to have spaces similarly to fix on PR 921 #1975
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
analysis.yml
on: pull_request
Static Check ubuntu-latest
1m 17s
Go-Sec ubuntu-latest
2m 50s
Matrix: Go-Lint
Annotations
13 errors
Static Check ubuntu-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks (typecheck)
|
Static Check ubuntu-latest:
main.go#L19
could not import github.com/jfrog/jfrog-cli/buildtools (-: # github.com/jfrog/jfrog-cli/buildtools
|
Static Check ubuntu-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks) (typecheck)
|
Static Check ubuntu-latest:
artifactory/cli.go#L38
could not import github.com/jfrog/jfrog-cli/buildtools (-: # github.com/jfrog/jfrog-cli/buildtools
|
Static Check ubuntu-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks) (typecheck)
|
Static Check ubuntu-latest
issues found
|
Lint ubuntu-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks
|
Lint ubuntu-latest
Process completed with exit code 1.
|
Lint macos-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks
|
Lint macos-latest
Process completed with exit code 1.
|
Go-Sec ubuntu-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks
|
Lint windows-latest:
buildtools/cli.go#L476
cannot use filteredGradleArgs (variable of type []string) as string value in argument to gradle.NewGradleCommand().SetConfiguration(buildConfiguration).SetTasks
|
Lint windows-latest
Process completed with exit code 1.
|