Skip to content

Commit d0bb9af

Browse files
service-bot-app[bot]service-bot-app[bot]
andauthored
chore: update repo semaphore config (#1521)
Co-authored-by: service-bot-app[bot] <foo-bar+service-bot-app[bot]@users.noreply.github.com>
1 parent c935a33 commit d0bb9af

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.semaphore/semaphore.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ blocks:
4242
- export TRIVY_DISABLE_VEX_NOTICE=true
4343
- trivy version
4444
- echo "Check go/connector-dev-vuln-remediation for fixing or suppressing vulnerabilities found by trivy"
45-
- trivy --skip-files "*.zip" rootfs --scanners vuln --db-repository public.ecr.aws/aquasecurity/trivy-db --java-db-repository public.ecr.aws/aquasecurity/trivy-java-db --ignore-unfixed --ignorefile
46-
.trivyignore --exit-code 1 --severity CRITICAL target/components/packages
47-
- trivy --skip-files "*.zip" rootfs --scanners vuln --db-repository public.ecr.aws/aquasecurity/trivy-db --java-db-repository public.ecr.aws/aquasecurity/trivy-java-db --ignore-unfixed --ignorefile
48-
.trivyignore --severity HIGH,LOW,MEDIUM target/components/packages
45+
- trivy --skip-files "*.zip" rootfs --scanners vuln --db-repository public.ecr.aws/aquasecurity/trivy-db --java-db-repository public.ecr.aws/aquasecurity/trivy-java-db --ignore-unfixed
46+
--ignorefile .trivyignore --exit-code 1 --severity CRITICAL target/components/packages
47+
- trivy --skip-files "*.zip" rootfs --scanners vuln --db-repository public.ecr.aws/aquasecurity/trivy-db --java-db-repository public.ecr.aws/aquasecurity/trivy-java-db --ignore-unfixed
48+
--ignorefile .trivyignore --severity HIGH,LOW,MEDIUM target/components/packages
4949
- . cache-maven store
5050
epilogue:
5151
always:
@@ -62,7 +62,8 @@ blocks:
6262
jobs:
6363
- name: Release
6464
commands:
65-
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
65+
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode
66+
-DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
6667
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6768
- name: Release Notes
6869
dependencies: []

0 commit comments

Comments
 (0)