Skip to content

feat(misconf): Add --disable-causes flag #10142

feat(misconf): Add --disable-causes flag

feat(misconf): Add --disable-causes flag #10142

Triggered via pull request May 1, 2024 04:34
Status Failure
Total duration 22m 16s
Artifacts

test.yaml

on: pull_request
Integration Test
11m 20s
Integration Test
K8s Integration Test
8m 48s
K8s Integration Test
Module Integration Test
6m 6s
Module Integration Test
VM Integration Test
10m 25s
VM Integration Test
Matrix: Build Test
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Test (ubuntu-latest)
Process completed with exit code 1.
Test (ubuntu-latest): pkg/iac/scanners/universal/scanner.go#L13
could not import github.com/aquasecurity/trivy/pkg/iac/scanners/json (-: # github.com/aquasecurity/trivy/pkg/iac/scanners/json
Test (ubuntu-latest): pkg/iac/scanners/json/scanner.go#L20
cannot use (*Scanner)(nil) (value of type *Scanner) as options.ConfigurableScanner value in variable declaration: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)
Test (ubuntu-latest): pkg/iac/scanners/json/scanner.go#L95
cannot use s (variable of type *Scanner) as options.ConfigurableScanner value in argument to opt: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)) (typecheck)
Test (ubuntu-latest): pkg/iac/scanners/universal/scanner.go#L17
could not import github.com/aquasecurity/trivy/pkg/iac/scanners/toml (-: # github.com/aquasecurity/trivy/pkg/iac/scanners/toml
Test (ubuntu-latest): pkg/iac/scanners/toml/scanner.go#L18
cannot use (*Scanner)(nil) (value of type *Scanner) as options.ConfigurableScanner value in variable declaration: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)
Test (ubuntu-latest): pkg/iac/scanners/toml/scanner.go#L93
cannot use s (variable of type *Scanner) as options.ConfigurableScanner value in argument to opt: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)) (typecheck)
Test (ubuntu-latest): pkg/iac/scanners/universal/scanner.go#L18
could not import github.com/aquasecurity/trivy/pkg/iac/scanners/yaml (-: # github.com/aquasecurity/trivy/pkg/iac/scanners/yaml
Test (ubuntu-latest): pkg/iac/scanners/yaml/scanner.go#L18
cannot use (*Scanner)(nil) (value of type *Scanner) as options.ConfigurableScanner value in variable declaration: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)
Test (ubuntu-latest): pkg/iac/scanners/yaml/scanner.go#L92
cannot use s (variable of type *Scanner) as options.ConfigurableScanner value in argument to opt: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)) (typecheck)
Test (ubuntu-latest): pkg/iac/scanners/json/scanner.go#L20
cannot use (*Scanner)(nil) (value of type *Scanner) as options.ConfigurableScanner value in variable declaration: *Scanner does not implement options.ConfigurableScanner (missing method SetDisableCauses)
Test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Test (windows-latest)
The operation was canceled.
Test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Test (macos-latest)
The operation was canceled.