mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -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:
|
stages:
|
||||||
- compliance
|
- validate
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
- publish
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'developerdurp/yml'
|
- project: 'developerdurp/yml'
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
- project: 'developerdurp/yml'
|
- project: 'developerdurp/yml'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
stages:
|
||||||
|
- validate
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'developerdurp/yml'
|
- project: 'developerdurp/yml'
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
image: registry.internal.durp.info/anchore/syft:${SYFT_VERSION}
|
image: registry.internal.durp.info/anchore/syft:${SYFT_VERSION}
|
||||||
script:
|
script:
|
||||||
- ./scripts/scanner/syft-mkdir.sh
|
- ./scripts/scanner/syft-mkdir.sh
|
||||||
- ./scripts/scanner/syft-go.sh
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 hour
|
expire_in: 1 hour
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue