ci-includes-yml/templates/codescan.tpl.yml
Durp e50d42d982 Update 10 files
- /pipelines/terraform.yml
- /templates/codescan.tpl.yml
- /templates/docker.tpl.yml
- /templates/gitlab.tpl.yml
- /templates/golang.tpl.yml
- /templates/helm.tpl.yml
- /templates/nuget.tpl.yml
- /templates/octopus.tpl.yml
- /templates/sonarqube.tpl.yml
- /templates/version.tpl.yml
2026-02-27 11:39:38 +00:00

21 lines
518 B
YAML

.generate_sbom:
image: registry.durp.info/nixos/nix:latest
script:
- ./scripts/scanner/syft-install.sh
- ./scripts/scanner/syft-mkdir.sh
- ./scripts/scanner/syft-go.sh
- ./scripts/scanner/syft-docker.sh
artifacts:
expire_in: 1 hour
paths:
- $CI_PROJECT_DIR/syft
.generate_cve:
image: registry.durp.info/nixos/nix:latest
script:
- ./scripts/scanner/grype-install.sh
- ./scripts/scanner/grype.sh
artifacts:
expire_in: 1 hour
paths:
- $CI_PROJECT_DIR/syft