You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run -ti --rm --entrypoint sh ghcr.io/psalm/psalm-security-scan:5.12.0 ssh
sh: can't open 'ssh': No such file or directory
Error from GitHub action
Error: Failed to execute git clone --mirror -- 'ssh://[email protected]/my-org/my-dep.git' '/github/home/.composer/cache/vcs/ssh---git-github.com-my-org-my-dep.git/'
Cloning into bare repository '/github/home/.composer/cache/vcs/ssh---git-github.com-my-org-my-dep.git'...
error: cannot run ssh: No such file or directory
fatal: unable to fork
I was able to resolve this by installing the dependencies in an earlier step, Is that the intended method?
The text was updated successfully, but these errors were encountered:
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-repositoriesError from GitHub action
I was able to resolve this by installing the dependencies in an earlier step, Is that the intended method?
The text was updated successfully, but these errors were encountered: