cisagov / log4j-scanner

log4j-scanner is a project derived from other members of the open-source community by CISA to help organizations identify potentially vulnerable web services affected by the log4j vulnerabilities.
1.28k stars 215 forks source link

Requirements.txt in a wrong directory #18

Closed NikushaKalatozi closed 2 years ago

NikushaKalatozi commented 2 years ago

requirements.txt is currently not letting docker build scanner, to make it work you should change the location of the file from / to /log4-scanner

mv requirements.txt /log4-scanner/requirements.txt

genericcontributor commented 2 years ago

fixed via other issue/PR