Reorder pipeline

This commit is contained in:
Paulo Gustavo Veiga 2022-01-23 16:22:31 -08:00
parent 82a22af590
commit 83f5a04197

View File

@ -23,12 +23,6 @@ pipelines:
after-script:
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
- 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:
name: Docker publish
script:
@ -39,4 +33,10 @@ pipelines:
- docker
caches:
- 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