Similar to how depscan automatically pulls the vdb using oras, we can offer an option to download atom from ghcr.
https://github.com/owasp-dep-scan/dep-scan/blob/release/6.x/depscan/lib/orasclient.py#L128
| File |
oras URL |
| atom.zip |
ghcr.io/appthreat/atom:v2 |
| linux native image |
oras push ghcr.io/appthreat/atom-amd64:v2 |
Similar to how depscan automatically pulls the vdb using oras, we can offer an option to download atom from ghcr.
https://github.com/owasp-dep-scan/dep-scan/blob/release/6.x/depscan/lib/orasclient.py#L128