mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
7 lines
137 B
Docker
7 lines
137 B
Docker
FROM python:3
|
|
|
|
WORKDIR /
|
|
COPY syft-reports /syft-reports
|
|
COPY inline-reports /inline-reports
|
|
COPY compare.py .
|
|
ENTRYPOINT ["/compare.py"] |