Teppei Fukuda
|
55fb723a6e
|
feat(image): enforce image platform (#4083)
|
2023-05-08 21:04:22 +03:00 |
|
Teppei Fukuda
|
11a5b91a1a
|
feat(sbom): add VEX support (#4053)
|
2023-04-27 10:21:06 +03:00 |
|
Adarsh A
|
0650e0e1d5
|
feat(license): add new flag for classifier confidence level (#4073)
Co-authored-by: Aswath S <aswath.s@thoughtworks.com>
|
2023-04-24 13:41:08 +03:00 |
|
Teppei Fukuda
|
bd0c60364a
|
perf(misconf): replace with post-analyzers (#4090)
Signed-off-by: Simar <simar@linux.com>
Co-authored-by: Simar <simar@linux.com>
|
2023-04-23 19:22:46 +03:00 |
|
aswath-s-tw
|
be47b688c7
|
feat(image): custom docker host option (#3599)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-04-20 22:10:51 +03:00 |
|
Teppei Fukuda
|
f0df725c5a
|
fix: lock downloading policies and database (#4017)
|
2023-04-10 15:37:13 +03:00 |
|
DmitriyLewen
|
67236f6aac
|
fix(sbom): add checksum to files (#3888)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-03-30 09:24:27 +03:00 |
|
Teppei Fukuda
|
f14bed4532
|
feat: add auth support for downloading OCI artifacts (#3915)
|
2023-03-30 05:53:24 +03:00 |
|
Teppei Fukuda
|
ca0d972cdb
|
feat(image): add registry options (#3906)
|
2023-03-28 07:00:04 +03:00 |
|
DmitriyLewen
|
1fac7bf1ba
|
fix: disable jar analyzer for scanners other than vuln (#3810)
|
2023-03-13 00:11:25 +02:00 |
|
DmitriyLewen
|
6614398ab4
|
fix(license): disable jar analyzer for licence scan only (#3780)
|
2023-03-07 13:22:23 +02:00 |
|
Teppei Fukuda
|
bc0836623c
|
fix(cli): pass integer to exit-on-eol (#3716)
|
2023-03-01 12:18:11 +02:00 |
|
Kalyana Krishna Varanasi
|
302c8ae24c
|
feat: Adding --module-dir and --enable-modules (#3677)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-03-01 12:09:53 +02:00 |
|
Teppei Fukuda
|
34120f4201
|
feat: add special IDs for filtering secrets (#3702)
|
2023-03-01 09:51:11 +02:00 |
|
Teppei Fukuda
|
b791362871
|
feat: summarize vulnerabilities in compliance reports (#3651)
|
2023-02-28 00:09:00 +02:00 |
|
Teppei Fukuda
|
793cc43d4c
|
feat(go): license support (#3683)
|
2023-02-24 17:52:35 +02:00 |
|
chenk
|
92eaf636ca
|
feat: config outdated-api result filtered by k8s version (#3578)
Signed-off-by: chenk <hen.keinan@gmail.com>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-02-22 15:41:37 +02:00 |
|
Jack Lin
|
32acd293fd
|
feat(flag): add exit-on-eosl option (#3423)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-02-15 10:51:15 +02:00 |
|
Alexej Disterhoft
|
86603bb9c5
|
fix(cli): make java db repository configurable (#3595)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-02-14 15:01:15 +02:00 |
|
Teppei Fukuda
|
7f8868b7d8
|
fix(sbom): download the Java DB when generating SBOM (#3539)
|
2023-02-01 17:33:09 +02:00 |
|
DmitriyLewen
|
7bf1e192ec
|
feat(java): use trivy-java-db to get GAV (#3484)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2023-02-01 11:48:05 +02:00 |
|
Teppei Fukuda
|
cb5af0b33b
|
feat(image): add support for Docker CIS Benchmark (#3496)
Co-authored-by: chenk <hen.keinan@gmail.com>
|
2023-01-31 07:31:59 +02:00 |
|
Teppei Fukuda
|
fb0d8f3f30
|
feat(image): scan misconfigurations in image config (#3437)
|
2023-01-30 04:48:29 +02:00 |
|
Teppei Fukuda
|
e1076085d9
|
refactor: rename security-checks to scanners (#3467)
|
2023-01-23 16:53:06 +02:00 |
|
simar7
|
a1d4427c8b
|
feat(misconf): Fetch policies from OCI registry (#3015)
Signed-off-by: Simar <simar@linux.com>
|
2023-01-15 13:37:04 +02:00 |
|
behara
|
c110c4e028
|
revert: cache merged layers (#3334)
This reverts commit 6b4ddaaef2.
|
2022-12-28 10:01:01 +02:00 |
|
tockn
|
e92266f2c8
|
feat(vm): add region option to vm scan to be able to scan any region's ami and ebs snapshots (#3284)
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
|
2022-12-15 12:21:05 +02:00 |
|
Pikaqiu
|
8744534c28
|
feat: support scan remote repository (#3131)
Co-authored-by: AMF <work@afdesk.com>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2022-12-11 11:57:04 +02:00 |
|
Masahiro331
|
22d92e4ad6
|
feat: add virtual machine scan command (#2910)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2022-11-27 11:45:00 +02:00 |
|
Teppei Fukuda
|
757178341d
|
feat: add slow mode (#3084)
Co-authored-by: AMF <work@afdesk.com>
|
2022-11-14 15:49:02 +02:00 |
|
Teppei Fukuda
|
7cc83cc2f6
|
perf(license): enable license classifier only with "--license-full" (#3086)
|
2022-10-28 20:16:16 +03:00 |
|
Shubham Palriwala
|
8ae4627941
|
feat(image): add support for passing architecture and OS (#3012)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2022-10-25 22:03:50 +03:00 |
|
Teppei Fukuda
|
02a73f0138
|
feat(vuln): support non-packaged binaries (#3019)
|
2022-10-25 20:02:53 +03:00 |
|
afdesk
|
38c1513af6
|
fix: remove a patch number from the recommendation link (#2891)
|
2022-09-16 12:23:58 +03:00 |
|
saso
|
192fd78ca2
|
feat(sbom): scan sbom attestation in the rekor record (#2699)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2022-09-15 20:16:39 +03:00 |
|
Teppei Fukuda
|
2de903ca35
|
refactor: add a new interface for initializing analyzers (#2835)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
2022-09-12 11:46:53 +03:00 |
|
Teppei Fukuda
|
6b4ddaaef2
|
feat: cache merged layers
igned-off-by: knqyf263 <knqyf263@gmail.com>
|
2022-09-06 11:04:00 +03:00 |
|
jerbob92
|
5f0bf1445a
|
feat: move file patterns to a global level to be able to use it on any analyzer (#2539)
|
2022-09-01 11:01:57 +03:00 |
|
Jose Donizetti
|
2f2952c658
|
fix: fix k8s rbac filter (#2765)
|
2022-08-23 11:56:06 +03:00 |
|
Moulick Aggarwal
|
ddffb1b451
|
fix(cli): secret scanning perf link fix (#2607)
|
2022-08-15 16:15:22 +03:00 |
|
Liam Galvin
|
b259b25ce4
|
feat: Add AWS Cloud scanning (#2493)
* feat: Added AWS Cloud scanning
Co-authored-by: Owen Rumney <owen.rumney@aquasec.com>
|
2022-08-11 14:59:32 +01:00 |
|
Owen Rumney
|
01123854b4
|
feat: Support passing value overrides for configuration checks (#2679)
|
2022-08-08 18:22:58 +03:00 |
|
Shubham Palriwala
|
30c9f90bf8
|
feat(repo): add support for branch, commit, & tag (#2494)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2022-07-17 13:54:28 +03:00 |
|
Owen Rumney
|
a3a66df007
|
feat: Add support for license scanning (#2418)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2022-07-13 22:36:41 +03:00 |
|
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 |
|
Masahiro331
|
5b821d3b13
|
feat(sbom): add cyclonedx sbom scan (#2203)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2022-07-03 20:03:21 +03:00 |
|
Jonathan Pulsifer
|
f64534651a
|
fix(cli): fix version string in docs link when secret scanning is enabled (#2422)
Signed-off-by: Jonathan Pulsifer <jonathan@pulsifer.ca>
|
2022-06-30 16:58:40 +03:00 |
|
Teppei Fukuda
|
4a197efcb2
|
BREAKING(sbom): change 'trivy sbom' to scan SBOM (#2408)
|
2022-06-27 16:42:41 +03:00 |
|
Liam Galvin
|
094db23a03
|
refactor: Fix fanal import paths and remove dotfiles
|
2022-06-20 09:43:33 +01:00 |
|
Josh Soref
|
d6d0a60d16
|
chore: fix spelling errors (#2352)
|
2022-06-20 09:56:13 +03:00 |
|