We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed75966 commit 82e7f70Copy full SHA for 82e7f70
Dockerfile
@@ -33,6 +33,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
33
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
34
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
35
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_ast/iastpatch*.so
36
+RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/_vendor
37
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
38
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
39
# remove *.dist-info directories except any entry_points.txt files and METADATA files required for Appsec Software Composition Analysis
0 commit comments