khirou
April 15, 2024, 2:38pm
1
Problem to solve
i have a problem with gitlab Dependency-Scanning.gitlab-ci template, i import it, but it seems it does not work.
Note : i’m using shell runner, in linux
thank you in advance for your time
Hi @khirou Welcome to the GitLab Community Forum!
To use GitLab Dependency Scanning, you need a GitLab Runner with the docker
or kubernetes
executor. (see Dependency Scanning Prerequisites )
Dependency scanning will not work if you’re using the GitLab Runner Shell executor.
khirou
April 16, 2024, 8:38am
3
hello @gitlab-greg thank you for your answer, so there is no way to use this with shell executor ?, because i don’t have access to change the runner executor, is there anything suggested ?
khirou
April 16, 2024, 2:11pm
4
i’ve changed the executor to docker but still the same,