gitlab-cicd-pipeline
Audited by Runlayer on Mar 4, 2026
Malicious tool definition detected
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY # Pull previous image for cache - docker pull $CI_REGISTRY_IMAGE:latest || true # Build with cache - docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
Malicious tool definition detected
Tool: gitlab-cicd-pipeline/references/kubernetes-deployment.md Description: # Kubernetes Deployment ## Kubernetes Deployment ```yaml # .gitlab-ci.yml deploy-k8s: stage: deploy image: alpine/k8s:latest script: - mkdir -p $HOME/.kube - echo $KUBE_CONFIG_ENCODED | base64 -d > $HOME/.kube/config - chmod 600 $HOME/.kube/config # Update image in deployment - kubectl set image deployment/app-deployment app=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -n production # Wait for rollout - kubectl rollout status deplo
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Tool passed security scan
Passed Files (4)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan