GitLab Ultimate
How to integrate into the GitLab Security Dashboard
meterian-analysis:
image:
name: meterian/cli:latest
entrypoint: [""]
allow_failure: true
stage: test
script:
- curl -o /tmp/meterian-cli.jar -O -J -L -s https://www.meterian.com/downloads/meterian-cli.jar
- java -jar /tmp/meterian-cli.jar --report-gitlab=gitlab_report.json || true
artifacts:
reports:
dependency_scanning: gitlab_report.json
Last updated