forked from Silverfish/proton-bridge
fix(BRIDGE-49): Configure gitleaks baseline and grype config
This commit is contained in:
@ -45,7 +45,8 @@ include:
|
|||||||
- component: gitlab.protontech.ch/proton/devops/cicd-components/devsecops/gitleaks/scan-repository@~latest
|
- component: gitlab.protontech.ch/proton/devops/cicd-components/devsecops/gitleaks/scan-repository@~latest
|
||||||
inputs:
|
inputs:
|
||||||
stage: analyse
|
stage: analyse
|
||||||
- component: gitlab.protontech.ch/proton/devops/cicd-components/devsecops/grype/scan-code@0.0.12
|
cli-args: "--baseline-path $GITLEAKS_BASELINE"
|
||||||
|
- component: gitlab.protontech.ch/proton/devops/cicd-components/devsecops/grype/scan-code@~latest
|
||||||
inputs:
|
inputs:
|
||||||
stage: analyse
|
stage: analyse
|
||||||
|
|
||||||
|
|||||||
2
.grype.yaml
Normal file
2
.grype.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Check out for configuration details: https://github.com/anchore/grype?tab=readme-ov-file#configuration
|
||||||
|
fail-on-severity: "medium"
|
||||||
Reference in New Issue
Block a user