Loading .gitlab-ci.ymldeleted 100644 → 0 +0 −21 Original line number Diff line number Diff line stages: - test dependency_vulnerability_scan: stage: test image: alpine:latest before_script: - apk add --no-cache osv-scanner script: - | set +e osv-scanner scan -L uv.lock \ --format=json \ --output-file=osv-report.json STATUS=$? test -f osv-report.json exit $STATUS artifacts: when: always paths: - osv-report.json No newline at end of file Loading
.gitlab-ci.ymldeleted 100644 → 0 +0 −21 Original line number Diff line number Diff line stages: - test dependency_vulnerability_scan: stage: test image: alpine:latest before_script: - apk add --no-cache osv-scanner script: - | set +e osv-scanner scan -L uv.lock \ --format=json \ --output-file=osv-report.json STATUS=$? test -f osv-report.json exit $STATUS artifacts: when: always paths: - osv-report.json No newline at end of file