Skip to content

Add allow list for resources when bundle run_as is set #4884

Add allow list for resources when bundle run_as is set

Add allow list for resources when bundle run_as is set #4884

Triggered via pull request March 25, 2024 15:47
Status Failure
Total duration 4m 37s
Artifacts

push.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors
tests (ubuntu-latest): bundle/config/mutator/run_as_test.go#L26
M (type dyn.Mapping) does not satisfy ~map[K]V
tests (ubuntu-latest): bundle/config/mutator/run_as_test.go#L27
cannot infer S ($GOROOT/src/slices/sort.go:14:11)
tests (ubuntu-latest): bundle/config/mutator/run_as_test.go#L93
cannot use err (variable of type diag.Diagnostics) as error value in argument to assert.NoError: diag.Diagnostics does not implement error (wrong type for method Error)
tests (ubuntu-latest): bundle/config/mutator/run_as_test.go#L178
cannot use bundle.Apply(context.Background(), b, SetRunAs()) (value of type diag.Diagnostics) as error value in assignment: diag.Diagnostics does not implement error (wrong type for method Error)
tests (ubuntu-latest)
Process completed with exit code 2.
tests (macos-latest): bundle/config/mutator/run_as_test.go#L26
M (type dyn.Mapping) does not satisfy ~map[K]V
tests (macos-latest): bundle/config/mutator/run_as_test.go#L27
cannot infer S ($GOROOT/src/slices/sort.go:14:11)
tests (macos-latest): bundle/config/mutator/run_as_test.go#L93
cannot use err (variable of type diag.Diagnostics) as error value in argument to assert.NoError: diag.Diagnostics does not implement error (wrong type for method Error)
tests (macos-latest): bundle/config/mutator/run_as_test.go#L178
cannot use bundle.Apply(context.Background(), b, SetRunAs()) (value of type diag.Diagnostics) as error value in assignment: diag.Diagnostics does not implement error (wrong type for method Error)
tests (macos-latest)
Process completed with exit code 2.
tests (windows-latest): bundle/config/mutator/run_as_test.go#L26
M (type dyn.Mapping) does not satisfy ~map[K]V
tests (windows-latest): bundle/config/mutator/run_as_test.go#L27
cannot infer S ($GOROOT/src/slices/sort.go:14:11)
tests (windows-latest): bundle/config/mutator/run_as_test.go#L93
cannot use err (variable of type diag.Diagnostics) as error value in argument to assert.NoError: diag.Diagnostics does not implement error (wrong type for method Error)
tests (windows-latest): bundle/config/mutator/run_as_test.go#L178
cannot use bundle.Apply(context.Background(), b, SetRunAs()) (value of type diag.Diagnostics) as error value in assignment: diag.Diagnostics does not implement error (wrong type for method Error)
tests (windows-latest)
Process completed with exit code 1.