Your project files should use safer permissions

More information: https://insight.symfony.com/what-we-analyse/php.too_permissive_file_permissions

Your project contains files with permissive permissions. In order to avoid opening a security breach, you should restrict execution rights on following files:
  • .github/workflows/test.yml
Time to fix: about 15 minutes
Read doc Open Issue Permalink Copy Prompt
Collective
chmod a-x '.github/workflows/test.yml'