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

taken from upstream source #13

Closed paulbadcock closed 2 years ago

paulbadcock commented 2 years ago

fix docker build

πŸ—£ Description

This resolves a missing file from the repo

πŸ’­ Motivation and context

The requirements.txt is missing causing the docker build to fail.

The application won't build without it.

The file is taken from the upstream source.

Closes #12

πŸ§ͺ Testing

cd log4-scanner; docker build .

completes now.

βœ… Pre-approval checklist

βœ… Pre-merge checklist

βœ… Post-merge checklist

jauderho commented 2 years ago

FWIW, the requirements.txt already does exist in the repo but incorrectly located in the root level directory. Might be better to just have a pull request to move the existing file to the right location.

paulbadcock commented 2 years ago

Will resubmit