Skip to content

Commit

Permalink
Define SNYK_ORG_ID as an ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Jun 4, 2024
1 parent a66d723 commit 5fef043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ steps:
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_TOKEN: $(SNYK_TOKEN)
SNYK_ORG_ID: $(SNYK_ORG_ID)

0 comments on commit 5fef043

Please sign in to comment.