Teppei Fukuda
5b7e0a858d
refactor: move from urfave/cli to spf13/cobra ( #2458 )
...
Co-authored-by: afdesk <work@afdesk.com >
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com >
2022-07-09 19:40:31 +03:00
Teppei Fukuda
7cecade3a1
feat: add support for WASM modules ( #2195 )
2022-06-15 15:23:00 +03:00
DmitriyLewen
911c5e971a
test: fixed integration tests after updating testcontainers to v0.13.0 ( #2208 )
2022-05-31 10:49:24 +03:00
DmitriyLewen
18842fbe04
chore(deps): updated testcontainers-go to version v0.12.0 ( #1822 )
2022-03-14 14:13:29 +02:00
Teppei Fukuda
8b2a799721
test(integration): use fixtures ( #1532 )
2021-12-30 20:53:03 +02:00
Teppei Fukuda
b37f682ee2
BREAKING(report): migrate to new json schema ( #1265 )
2021-10-04 10:22:24 +03:00
Eng Zer Jun
bbcce9f7b7
refactor: move from io/ioutil to io and os package ( #1245 )
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2021-09-29 10:17:02 +03:00
Ankush K
dbc7a83e8c
feat(python): add packaging detector and respective hook ( #1223 )
...
Co-authored-by: knqyf263 <knqyf263@gmail.com >
2021-09-13 20:59:11 +03:00
Teppei Fukuda
40ed227c23
chore(mod): update fanal ( #1179 )
...
* chore(mod): update fanal
* test(integration): fix error message
* test(integration): skip reaper
2021-08-15 15:19:22 +03:00
Teppei Fukuda
a0e5c3a2e2
feat: support config scanning ( #931 )
2021-07-09 08:18:53 +03:00
Teppei Fukuda
c26a3e481f
refactor(internal): export internal packages ( #887 )
...
* refactor: export internal packages
* refactor(server): define Server
* refactor: fix lint issues
* test(integration): fix imports
2021-03-14 17:04:01 +02:00
Teppei Fukuda
ed8607b710
fix(alpine): use source package ( #607 )
...
* chore(mod): update fanal
* fix(integration): support -update flag
* fix(alpine): use source package for vulnerability detection
* test(integration): update golden files
* chore(mod): update fanal
2020-08-25 13:01:49 +03:00
Teppei Fukuda
926f323a72
feat: support registry token ( #482 )
...
* feat: support registry token
* chore(mod): update
* test(integration): add registry tests
* chore(mod): update
* test(integration): comment in terminate
Co-authored-by: Simarpreet Singh <simar@linux.com >
2020-05-19 20:49:27 +03:00