Skip to content

Commit

Permalink
SBOM validator task (#3415)
Browse files Browse the repository at this point in the history
* Add SBOM Validator and Publisher Task

* Removed artifactDropDownloadTask

* Moved SBOM validate task before deployments

* Specify the exact path

* Change the drop path directory

* Revert

* Update the path

* Move SBOM generation task before Publish task

* SBOM task - continueOnError
  • Loading branch information
apurvabhaleMS authored Jul 24, 2023
1 parent f8ede5f commit a284113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/jobs/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ steps:
OutputPath: 'output.json'
ValidateSignature: true
Verbosity: 'Verbose'
continueOnError: true

0 comments on commit a284113

Please sign in to comment.