aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
22.14k stars 2.18k forks source link

feat(vm): support the Ext2/Ext3 filesystems #6983

Open aruneko opened 2 weeks ago

aruneko commented 2 weeks ago

Description

Since I have implemented the Ext2/3 filesystems parser on the go-ext4-filesystem that trivy depends, upgraded the library on go.mod file.

Related PRs

Checklist

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 2 weeks ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

knqyf263 commented 1 week ago

Will keep it in draft until it passes the tests.

aruneko commented 1 week ago

I see, I have fixed the failed test.

knqyf263 commented 1 week ago

@masahiro331 Can you please take a look?