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

feat(mariner): add support for CBL-Mariner #1640

Merged
merged 9 commits into from
Jan 29, 2022
Prev Previous commit
Next Next commit
test(mariner) wip add CBL-Mariner integration test
  • Loading branch information
masahiro331 committed Jan 29, 2022
commit d0b197b54896d2eec3bd2720a982115f3533b008
10 changes: 9 additions & 1 deletion integration/standalone_tar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,21 @@ func TestTar(t *testing.T) {
golden: "testdata/opensuse-leap-151.json.golden",
},
{
name: "photon 3.0 integration",
name: "photon 3.0",
testArgs: args{
Format: "json",
Input: "testdata/fixtures/images/photon-30.tar.gz",
},
golden: "testdata/photon-30.json.golden",
},
{
name: "CBL-Mariner 1.0",
testArgs: args{
Format: "json",
Input: "testdata/fixtures/images/mariner-1.0.tar.gz",
},
golden: "testdata/mariner-1.0.json.golden",
},
{
name: "buxybox with Cargo.lock integration",
testArgs: args{
Expand Down
8 changes: 8 additions & 0 deletions integration/testdata/fixtures/db/mariner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- bucket: CBL-Mariner 1.0
pairs:
- bucket: vim
pairs:
- key: CVE-2022-0158
value:
FixedVersion: 0:8.2.4081-1.cm1
- key: CVE-2022-0261
Empty file.