Commit 2ae534ba authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

kubesec-sast

parent ef3d77e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -205,12 +205,12 @@ kubesec-sast:
   - export TMP_PWD=$PWD
   - echo "TMP_PWD=$TMP_PWD"
   - ls -lrta
   - helm dependency build capif/helm/capif/
   - helm dependency build helm/capif/
  variables:
#    DOCKER_DRIVER: overlay2
    DOCKER_HOST: tcp://docker:2375
    SCAN_KUBERNETES_MANIFESTS: "true"
    KUBESEC_HELM_CHARTS_PATH: capif/helm/capif/
    KUBESEC_HELM_CHARTS_PATH: helm/capif/
  allow_failure: true
  services:
    - docker:24.0.5-dind