Commit 094c924c authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

grype output table

parent 7c1ef759
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -132,8 +132,7 @@ staging_cvs:
   - docker build -t $CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/capif-client:$CI_COMMIT_REF_SLUG .
   - cd $TMP_PWD
   - echo "### Container Vulnerability Scanning###"
   - ../grype $CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/capif-client:$CI_COMMIT_REF_SLUG --scope all-layers \
     --output table > ../grype-outputs/grype_capif-client-$CI_COMMIT_REF_SLUG.txt
   - ../grype $CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/capif-client:$CI_COMMIT_REF_SLUG --scope all-layers > ../grype-outputs/grype_capif-client-$CI_COMMIT_REF_SLUG.txt
   - echo "----------------------------------------------------"
  artifacts:
    untracked: false