Skip to content
Snippets Groups Projects
Commit 7607620c authored by Fabio's avatar Fabio
Browse files

Update .gitlab-ci.yml

parent b76d8cd1
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: alpine:latest
sast:
script:
- echo [] > gl-sast-report.json
- apk update
- apk add curl
- curl -o gl-sast-report.json https://gitlab.com/snippets/1683055/raw
only:
- branches
artifacts:
paths: [gl-sast-report.json]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment