You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains a test Dockerfile for validating OSV-Scalibr's VMDK Extractor plugin. A VMDK (Virtual Machine Disk) file is a disk image format commonly used by virtual machines to emulate a physical hard drive.
4
+
5
+
## Setup
6
+
7
+
### Build the Docker Image
8
+
9
+
```bash
10
+
cd security-testbeds/vmdk
11
+
docker build -t vmdk-extractor-testbed .
12
+
```
13
+
14
+
### Run the Container
15
+
16
+
```bash
17
+
docker run -it --rm vmdk-extractor-testbed /bin/bash
18
+
```
19
+
20
+
### Running OSV-Scalibr
21
+
22
+
Build or copy the `scalibr` binary to the current directory, and inside the container, run `scalibr` with the vmdk extractor:
0 commit comments