Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 0 additions & 12 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@
"dotnet-sonarscanner"
]
},
"microsoft.sbom.dotnettool": {
"version": "4.1.5",
"commands": [
"sbom-tool"
]
},
"demaconsulting.spdxtool": {
"version": "2.6.0",
"commands": [
"spdx-tool"
]
},
"demaconsulting.pandoctool": {
"version": "3.9.0",
"commands": [
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,36 +136,6 @@ jobs:
end
/d:sonar.token="${{ secrets.SONAR_TOKEN }}"

- name: Generate SBOM
run: >
dotnet sbom-tool generate
-b src/DemaConsulting.SpdxModel/bin/Release
-bc src/DemaConsulting.SpdxModel
-pn DemaConsulting.SpdxModel
-pv ${{ inputs.version }}
-ps DemaConsulting
-nsb https://DemaConsulting.com/SpdxModel
-pm true
-li true

- name: Generate Tests SBOM
run: >
dotnet sbom-tool generate
-b test/DemaConsulting.SpdxModel.Tests/bin/Release
-bc test/DemaConsulting.SpdxModel.Tests
-cd "--DirectoryExclusionList **/Examples/**"
-pn DemaConsulting.SpdxModel.Tests
-pv ${{ inputs.version }}
-ps DemaConsulting
-nsb https://DemaConsulting.com/SpdxModel.Tests
-pm true
-li true

- name: Run SBOM Workflow
run: >
dotnet spdx-tool
run-workflow spdx-workflow.yaml

- name: Create Dotnet Tool
run: >
dotnet pack
Expand Down Expand Up @@ -203,9 +173,6 @@ jobs:
path: |
**/*.nupkg
**/*.snupkg
**/manifest.spdx.json
**/manifest.spdx.json.sha256
*summary.md

# Runs CodeQL security and quality analysis, gathering results to include
# in the code quality report.
Expand Down
129 changes: 0 additions & 129 deletions spdx-workflow.yaml

This file was deleted.