Loading .gitlab-ci.yml +2 −11 Original line number Diff line number Diff line Loading @@ -12,18 +12,9 @@ secret_detection: dependency_vulnerability_scan: stage: test image: name: ghcr.io/google/osv-scanner:v2 entrypoint: [""] image: ghcr.io/google/osv-scanner:v2 script: - | set +e osv-scanner scan --lockfile=uv.lock \ --format=json \ --output=osv-report.json STATUS=$? test -f osv-report.json exit $STATUS - scan --lockfile=uv.lock --format=json --output=osv-report.json artifacts: when: always paths: Loading Loading
.gitlab-ci.yml +2 −11 Original line number Diff line number Diff line Loading @@ -12,18 +12,9 @@ secret_detection: dependency_vulnerability_scan: stage: test image: name: ghcr.io/google/osv-scanner:v2 entrypoint: [""] image: ghcr.io/google/osv-scanner:v2 script: - | set +e osv-scanner scan --lockfile=uv.lock \ --format=json \ --output=osv-report.json STATUS=$? test -f osv-report.json exit $STATUS - scan --lockfile=uv.lock --format=json --output=osv-report.json artifacts: when: always paths: Loading