I tried adding the sast scanner to my app today using the automated merge request functionality. It passes with the warning above. I’ve tried adding the entries below to the sast block the merge request created, per some random forum posts, but it still fails. Any advice?
I moved the includes to the top of the file and added another node I saw in the docs you mentioned and it’s still failing with the same error. See below:
sast:
stage: test
artifacts:
reports:
sast: gl-sast-report.json
paths:
- 'gl-sast-report.json'
I don’t know, but it doesn’t look like it. The image below is output when the debug variable is included.
I configured this originally from this page: 11.04.2021-13.32.50 and assumed it would just work.