Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixed build issues
  • Loading branch information
yonarbel committed Aug 7, 2023
1 parent 3392009 commit 5e20f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN mkdir -p /exposures/node_modules


# COPY gadgets_scanners/exposure/tests/data/hardcoded-secrets/req.secret.keys/applicable.txt \
/exposures/req.secret.keys.py
#/exposures/req.secret.keys.py

# COPY gadgets_scanners/exposure/tests/data/javascript/req.web.node-js.exec/applicable/main.js \
/exposures/req.web.node-js.exec.js
# /exposures/req.web.node-js.exec.js

COPY gadgets_scanners/exposure/tests/data/javascript/req.web.node-js.hashing/applicable/main.js \
/exposures/req.web.node-js.hashing.js
Expand All @@ -25,10 +25,10 @@ COPY gadgets_scanners/exposure/tests/data/javascript/req.web.node-js.throttle/ap
/exposures/req.web.node-js.throttle.js

# COPY gadgets_scanners/exposure/tests/data/javascript/req.web.node-js.tls/applicable/main.js \
/exposures/req.web.node-js.tls.js
# /exposures/req.web.node-js.tls.js

# COPY gadgets_scanners/exposure/tests/data/javascript/req.web.node-js.tls-version/applicable_min_version/main.js \
/exposures/req.web.node-js.tls-version.js
# /exposures/req.web.node-js.tls-version.js

COPY gadgets_scanners/exposure/tests/data/python/req.sw.python.crypto.sizes/applicable_pycrypto/main.py \
/exposures/req.sw.python.crypto.sizes.py
Expand Down

0 comments on commit 5e20f92

Please sign in to comment.