mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
668906398d
commit
db6054d437
6 changed files with 53 additions and 2 deletions
18
templates/codescan.tpl.yml
Normal file
18
templates/codescan.tpl.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.generate_sbom:
|
||||
image: registry.internal.durp.info/anchore/syft:${SYFT_VERSION}
|
||||
script:
|
||||
- ./scripts/scanner/syft-mkdir.sh
|
||||
- ./scripts/scanner/syft-go.sh
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/syft
|
||||
|
||||
.generate_cve:
|
||||
image: registry.internal.durp.info/anchore/grype:${GRYPE_VERSION}
|
||||
script:
|
||||
- ./scripts/scanner/grype.sh
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/syft
|
||||
Loading…
Add table
Add a link
Reference in a new issue