Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONAR-21071 Update the scan policy for SQ Docker images #660

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
PUBLIC_IMAGE_NAME: sonarqube
CURRENT_LTS_VERSION: 9.9.3
CURRENT_VERSION: 10.3.0
NEXT_VERSION: 10.4.0


vm_instance_template: &VM_TEMPLATE
Expand All @@ -35,15 +36,15 @@ multi_arch_build_task:
- version: 9/datacenter/search
tag: $CURRENT_LTS_VERSION-datacenter-search
- version: 10/community
tag: $CURRENT_VERSION-community
tag: $NEXT_VERSION-community
- version: 10/developer
tag: $CURRENT_VERSION-developer
tag: $NEXT_VERSION-developer
- version: 10/enterprise
tag: $CURRENT_VERSION-enterprise
tag: $NEXT_VERSION-enterprise
- version: 10/datacenter/app
tag: $CURRENT_VERSION-datacenter-app
tag: $NEXT_VERSION-datacenter-app
- version: 10/datacenter/search
tag: $CURRENT_VERSION-datacenter-search
tag: $NEXT_VERSION-datacenter-search
ec2_instance:
<<: *VM_TEMPLATE
login_script:
Expand All @@ -64,7 +65,7 @@ private_scan_task:
WS_WSS_URL: https://saas-eu.whitesourcesoftware.com/agent
matrix:
- tag: $CURRENT_LTS_VERSION-datacenter-app
- tag: $CURRENT_VERSION-datacenter-app
- tag: $NEXT_VERSION-datacenter-app
davividal marked this conversation as resolved.
Show resolved Hide resolved
ec2_instance:
<<: *VM_TEMPLATE
login_script:
Expand Down Expand Up @@ -131,13 +132,13 @@ multi_arch_test_task:
- test_name: docker-compose
tag: $CURRENT_LTS_VERSION-datacenter
- test_name: docker
tag: $CURRENT_VERSION-community
tag: $NEXT_VERSION-community
- test_name: docker
tag: $CURRENT_VERSION-developer
tag: $NEXT_VERSION-developer
- test_name: docker
tag: $CURRENT_VERSION-enterprise
tag: $NEXT_VERSION-enterprise
- test_name: docker-compose
tag: $CURRENT_VERSION-datacenter
tag: $NEXT_VERSION-datacenter
ec2_instance:
<<: *VM_TEMPLATE
image: ${AMI_NAME}
Expand Down