Andrei Vagin
f010ae01ac
Fix a few typos
2025-01-29 21:16:51 -08:00
Koichi Shiraishi
0cf77c02f8
all: remove use io/ioutil deprecated package & fix some deprecated thing
...
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com >
2024-10-10 20:36:24 +09:00
gVisor bot
ac5d20cfb9
Fix some lint issues
...
PiperOrigin-RevId: 675064804
2024-09-16 02:33:51 -07:00
Andrei Vagin
5f4abad306
Fix a few typos
...
It is an idea of running codespell as part of our presubmit checks.
Before enabling it for new changes, let's fix what it has found.
Signed-off-by: Andrei Vagin <avagin@gmail.com >
2023-10-25 12:13:42 -07:00
Adin Scannell and gVisor bot
1ceb814544
Add default_applicable_licenses rules to packages.
...
PiperOrigin-RevId: 513581243
2023-03-02 10:50:04 -08:00
Kevin Krakauer and gVisor 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 Voznika and gVisor bot
1aad72663a
Add landing page for Runtime Monitoring
...
PiperOrigin-RevId: 471033778
2022-08-30 10:49:01 -07:00
Fabricio Voznika and gVisor bot
919a20f179
Add documentation and tutorials for Runtime Monitoring
...
Updates #4805
PiperOrigin-RevId: 467993824
2022-08-16 12:29:59 -07:00
Fabricio Voznika and gVisor 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