-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Action fails #1
Comments
I don't use docker a lot, but I think the issue start here: https://github.com/psalm/psalm-github-security-scan/blob/master/Dockerfile#L18 It should resolve issues 3 and 4. I'm more dubious about 1 and 2, I'm not completely sure which composer file it's talking about |
I'll do a fork and see if I can get it to go with that. |
Apparently, these errors appear when we run |
Hi all, I'm a little out of depth here but trying to set this up and receive an error similar to problem 1 and 2. My understanding is as we're using a docker image, and there is no way to run arbitrary code, i can't use this github action. I could try creating a new image based around yours, or install psalm on the runner during the run. |
This action doesn't seem to work because composer is failing. Where would I fix this?
The text was updated successfully, but these errors were encountered: