From f94354fce1b34c0f0ccd18b83ac24c5aa6bdff0d Mon Sep 17 00:00:00 2001 From: "venkeyboda07@gmail.com" Date: Thu, 6 Feb 2025 23:31:11 +0530 Subject: [PATCH] changes --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e01f60215..529d865df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ stages: displayName: 'scannig image ' inputs: script: | - trivy image $(venkeyboda/spring-petclinic):$(Build.BuildId) -o trivy-report.xml + trivy image $('venkeyboda/spring-petclinic'):'$(Build.BuildId)' -o trivy-report.xml - task: PublishPipelineArtifact@1 displayName: 'Publish Trivy Report'