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

move file to correct folder #17

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 moved from the root to the correct folder.

Closes #12

🧪 Testing

cd log4-scanner; docker build .

completes now.

✅ Pre-approval checklist

✅ Pre-merge checklist

✅ Post-merge checklist