I am running on the GitLab website and SpotBugs isn;t working for me
Here is a link to the error:
My CI file just includes the template:
include:
- template: SAST.gitlab-ci.yml
What am I doing wrong?
I am running on the GitLab website and SpotBugs isn;t working for me
Here is a link to the error:
My CI file just includes the template:
include:
- template: SAST.gitlab-ci.yml
What am I doing wrong?
Hi! Did you find the solution? I have the same issue and I’m looking for it now
My CI looks a bit different:
stages:
include:
sast:
stage: sast-tests
tags:
- my_docker_runner
I didn’t know spotbugs worked for Node. And no I did not find a solution, I was hoping to get the attention of the devs, but no.