Skip to content

Commit

Permalink
Update azure-pipelines.yml and added version
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Jun 4, 2024
1 parent 6d761c7 commit 775a158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
--env SNYK_TOKEN \
--env DEBUG=1 \
-v $(Build.SourcesDirectory):/app \
snyk/snyk:node-18 snyk monitor --all-projects --org=${SNYK_ORG_ID} --remote-repo-url=GEL-next --project-tags=applicationid=A00C6A,componenttype=ui,buildnumber=$(Build.BuildId)
snyk/snyk:node-18 snyk monitor --all-projects --org=${SNYK_ORG_ID} --remote-repo-url=GEL-next --project-tags=applicationid=A00C6A,componenttype=ui,buildnumber=0.0.$(Build.BuildId)
env:
SNYK_TOKEN: $(SNYK_TOKEN)

0 comments on commit 775a158

Please sign in to comment.