mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Reorder pipeline
This commit is contained in:
parent
82a22af590
commit
83f5a04197
@ -23,12 +23,6 @@ pipelines:
|
|||||||
after-script:
|
after-script:
|
||||||
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
||||||
- pipe: atlassian/checkstyle-report:0.3.0
|
- pipe: atlassian/checkstyle-report:0.3.0
|
||||||
- step:
|
|
||||||
name: Security Scan
|
|
||||||
script:
|
|
||||||
# Run a security scan for sensitive data.
|
|
||||||
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
|
|
||||||
- pipe: atlassian/git-secrets-scan:0.5.1
|
|
||||||
- step:
|
- step:
|
||||||
name: Docker publish
|
name: Docker publish
|
||||||
script:
|
script:
|
||||||
@ -39,4 +33,10 @@ pipelines:
|
|||||||
- docker
|
- docker
|
||||||
caches:
|
caches:
|
||||||
- docker
|
- docker
|
||||||
|
- step:
|
||||||
|
name: Security Scan
|
||||||
|
script:
|
||||||
|
# Run a security scan for sensitive data.
|
||||||
|
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
|
||||||
|
- pipe: atlassian/git-secrets-scan:0.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user