Skip to content

Commit

Permalink
Run Snyk monitor for all the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Jun 5, 2024
1 parent 0a34ae9 commit b3777b9
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 @@ -38,7 +38,7 @@ stages:
--env SNYK_TOKEN \
--env DEBUG=1 \
-v $(Build.SourcesDirectory):/app \
snyk/snyk:node-18 snyk --all-projects --org=${SNYK_ORG_ID} --remote-repo-url=GEL-next --project-tags=applicationid=A00C6A,componenttype=ui,buildnumber=0.0.$(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)
SNYK_ORG_ID: $(SNYK_ORG_ID)
Expand Down

0 comments on commit b3777b9

Please sign in to comment.