update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user