opencve / opencve-docker

Docker Image packaging for OpenCVE
https://www.opencve.io
Other
41 stars 38 forks source link

Issue with file endings #49

Closed MarkusGnigler closed 9 months ago

MarkusGnigler commented 9 months ago

I had a Line endings problem on the current version when i git clone to a windos machine. Error on docker run was exec ./run.sh: no such file or directory

Maybe it's good to add a fixed ending with git attributes?

.gitattributes

**.sh text eol=lf
ncrocfer commented 9 months ago

Windows is not officially supported in OpenCVE.