6 Commits
Author SHA1 Message Date
Adin ScannellandgVisor bot 1ceb814544 Add default_applicable_licenses rules to packages.
PiperOrigin-RevId: 513581243
2023-03-02 10:50:04 -08:00
Kevin KrakauerandgVisor bot d8aa09e04c convert uses of interface{} to any
Done via:
  find . -name "*.go" | xargs sed -i -E 's/interface\{\}/any/g'

PiperOrigin-RevId: 487033228
2022-11-08 13:14:06 -08:00
Fabricio VoznikaandgVisor bot da267f435f Rename seccheck.checkers to seccheck.sinks
Makes the naming consistent with the public configuration. There is no
behavior change.

Updates #4805

PiperOrigin-RevId: 462448505
2022-07-21 12:47:06 -07:00
Kevin KrakauerandgVisor bot dc7675bd6c use buffered channel with signal.Notify()
PiperOrigin-RevId: 461939747
2022-07-19 12:01:26 -07:00
Ayush RanjanandgVisor bot dadb72341a Fix remaining comments to adhere to gofmt.
PiperOrigin-RevId: 456544446
2022-06-22 10:20:08 -07:00
Fabricio VoznikaandgVisor bot ab4f6830bc Add tool to save remote trace sessions
This tool allows testing of trace servers without the need to setup
runsc and workloads during testing. More details in the readme file.

Updates #4805

PiperOrigin-RevId: 454641010
2022-06-13 10:24:06 -07:00