Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions pipelines/governed-sbom-tool-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# This pipeline will be extended to the OneESPT template
trigger: none
name: $(Date:yyyyMMdd).$(Rev:r)
variables:
- name: GitHubApiKey
value:
- name: NuGetApiKey
value:
resources:
pipelines:
- pipeline: 'SBOMTool'
Expand All @@ -20,6 +15,8 @@ resources:
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
settings:
networkIsolationPolicy: Permissive
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we look into if this is the correct permanent fix? Or is this just a stopgap?

pool:
name: sbom-windows-build-pool
os: windows
Expand Down