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
c5b5570969
commit
8c5cd42caa
5 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
stages:
|
||||
- compliance
|
||||
- validate
|
||||
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
stages:
|
||||
- build
|
||||
- publish
|
||||
|
||||
include:
|
||||
- project: 'developerdurp/yml'
|
||||
ref: 'main'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
- project: 'developerdurp/yml'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
stages:
|
||||
- validate
|
||||
|
||||
include:
|
||||
- project: 'developerdurp/yml'
|
||||
ref: 'main'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue