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