perfsonar / perfsonar-testpoint-docker

Apache License 2.0
12 stars 15 forks source link

ADD -> COPY in Dockerfile #24

Closed adamhgriffith-uofu closed 2 years ago

adamhgriffith-uofu commented 2 years ago

This is a pull request suggesting the line in Dockerfile:

ADD supervisord.conf /etc/supervisord.conf

be updated to use COPY.

From the Dockle container image linter: "ADD instruction introduces risks such as adding malicious files from URLs without scanning and unpacking procedure vulnerabilities."