Skip to content

Commit

Permalink
Add SBOM for mariner
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Jun 8, 2022
1 parent b3b9ff3 commit f60fda7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/releaseBuild/azureDevOps/templates/linux.yml
Expand Up @@ -84,6 +84,16 @@ jobs:
PackageVersion: $(Version)
sourceScanPath: '$(PowerShellRoot)/tools'

- ${{ if eq(variables.build,'deb') }} :
- template: Sbom.yml@ComplianceRepo
parameters:
BuildDropPath: '$(System.ArtifactsDirectory)/pwshMarinerBuildAmd64'
Build_Repository_Uri: $(Github_Build_Repository_Uri)
displayName: Mariner SBOM
PackageName: PowerShell Linux Framework Dependent
PackageVersion: $(Version)
sourceScanPath: '$(PowerShellRoot)/tools'

- ${{ if eq(variables.build,'deb') }} :
- template: Sbom.yml@ComplianceRepo
parameters:
Expand Down

0 comments on commit f60fda7

Please sign in to comment.