Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatanarbel committed Jul 18, 2023
1 parent bf0368a commit 043aeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ COPY gadgets_scanners/exposure/tests/data/apache/req.web.apache.cors/applicable_
# 3rd party Python - applicable
RUN mkdir -p /lib/python3.8/site-packages/PyYAML-5.2-py3.8.egg-info /applicable
COPY tests/xmas/PyYAML-5.2-py3.8.egg-info/* /lib/python3.8/site-packages/PyYAML-5.2-py3.8.egg-info/
COPY gadgets_scanners/applicable/tests/data/python/yaml-full-load/applicable/*.py /applicable
COPY gadgets_scanners/applicable/tests/data/python/yaml-full-load/applicable/*.py /applicable/
COPY gadgets_scanners/applicable/tests/data/python/CVE_2021_35042/applicable/main.py /applicable/app.py

# Secrets
Expand Down

0 comments on commit 043aeff

Please sign in to comment.