Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vm): update ext4-filesystem parser for parse multi block extents #4616

Merged
merged 8 commits into from
Jun 18, 2023
Prev Previous commit
Next Next commit
chore(magefile): [WIP] change test repository
  • Loading branch information
masahiro331 committed Jun 18, 2023
commit c015c8892f250698bd57f1d320b18bf19c77a76e
2 changes: 1 addition & 1 deletion magefiles/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func fixtureContainerImages() error {

func fixtureVMImages() error {
const (
testVMImages = "ghcr.io/aquasecurity/trivy-test-vm-images"
testVMImages = "ghcr.io/aquasecurity/trivy-test-vm-images2"
titleAnnotation = "org.opencontainers.image.title"
dir = "integration/testdata/fixtures/vm-images/"
)
Expand Down