Commit 94dd5955 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

Mettre à jour le fichier .gitlab-ci.yml

parent 55af1b78
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -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: