Skip to content
Snippets Groups Projects
Commit 34f7d160 authored by Tarun Khandelwal's avatar Tarun Khandelwal
Browse files

Use latest tag and main for the gandalf template

parent cd907de5
No related branches found
No related tags found
No related merge requests found
Pipeline #21903407 passed
Loading
Loading
@@ -7,7 +7,7 @@ include:
- template: Jobs/SAST.latest.gitlab-ci.yml
- template: Jobs/Secret-Detection.latest.gitlab-ci.yml
- template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml
- remote: https://gitlab.com/gitlab-com/gl-security/security-operations/infrastructure-security-public/gandalf/-/raw/v2.4.0/template/kics-scanner.yml
- remote: https://gitlab.com/gitlab-com/gl-security/security-operations/infrastructure-security-public/gandalf/-/raw/main/template/kics-scanner.yml
 
sast:
stage: $[[ inputs.stage ]]
Loading
Loading
@@ -26,7 +26,7 @@ dependency_scanning:
# Only running the gandalf when a repository is IAC and and have GITLAB_TOKEN set
# https://gitlab.com/gitlab-com/gl-security/security-operations/infrastructure-security-public/gandalf/
kics-iac-sast:
image: registry.gitlab.com/gitlab-com/gl-security/security-operations/infrastructure-security-public/gandalf@sha256:81ff49b41ac48694b559369ef938d5c03328e9c0d079ea5b443c5397ff5491a1
image: registry.gitlab.com/gitlab-com/gl-security/security-operations/infrastructure-security-public/gandalf:latest
stage: $[[ inputs.stage ]]
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $GITLAB_TOKEN && $IAC
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment