psalm-github-actions
psalm-github-actions copied to clipboard
We're currently leveraging https://github.com/psalm/psalm-plugin-symfony along with this action. However, since composer packages are not being installed, the container is never being created resulting in `Uncaught Psalm\Exception\ConfigException: Container xml file(s) not...
We can no longer use this image as our application requires 8.3 and `composer install` fails. ``` composer install --no-scripts --no-progress --no-dev Installing dependencies from lock file Verifying lock file...
The current version of `ghcr.io/psalm/psalm-security-scan:5.12.0` does not have ssh in the container preventing the installation of private dependencies as described here https://github.com/psalm/psalm-github-actions/blob/master/README.md#auth-for-private-composer-repositories ```shell $ docker run -ti --rm --entrypoint sh...
░Uncaught JsonException: Malformed UTF-8 characters, possibly incorrectly encoded in /composer/vendor/vimeo/psalm/src/Psalm/Internal/Clause.php:115 Hi, We are using psalm for one of our PHP applications and it was running successfully earlier but for some...
Psalm allows us to specify the PHP version it analyzes code against. Exposing this option allows users of this action to supply a matrix of PHP options to enable Psalm...
I have tried to use this github action (and it worked fine in the past), however I am unable to configure php (like php.ini) before running psalm. I know you...
Is there an option to scan only a specific directory and not all the files. Or is there a way to configure a File/Folder exclusion list.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
Greetings! During scanning, there is a disturbing error raised in the output: ```none composer install --no-scripts --no-progress --no-dev --ignore-platform-reqs The repository at "/github/workspace" does not have the correct ownership and...
In the docs, it suggests "github/codeql-action/upload-sarif@v2", but that version is obsolete. Using v3 of that action should fix this.