GitLab SAST report – available for the next jobs
i’m tying to use this parser to get the reports from GitLab SAST and convert them in HTML.
Problem: the artifacts are only available at pipeline level (not at job level), so this means that my stage can not consume the JSON file, since it is not able to find it.
I wanted to ask if there is any workaround for this taking in account that:
How to set the expire_in of a SAST artifact via a variable in .gitlab-ci.yml
I want to set the expire_in of the SAST artefact through a variable. The reason is, that the duration should differ in each environment.