tcosolutions / betterscan

Code Scanning/SAST/Static Analysis/Linting using many tools/Scanners with One Report (Code, IaC) - Betterscan
https://betterscan.io
GNU Affero General Public License v3.0
818 stars 90 forks source link

Error execution #165

Closed tXambe closed 5 months ago

tXambe commented 5 months ago

Hello,

when I run the docker-compose up I have this error:

ERROR: yaml.scanner.ScannerError: mapping values are not allowed here in "./docker-compose.yml", line 4, column 31

Best regards and thanks

heiglandreas commented 5 months ago

You need to remove the comment at the beginning of the docker-compose.yml file.

Comments in YAML are supposed to be linecomments starting with #. Here we have block comments.

marcinguy commented 5 months ago

@tXambe @heiglandreas Should work now (like @heiglandreas say)