Skip to content

Commit 8069663

Browse files
committed
feat: Move CycloneDX.NET installation to sbom-generator action
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
1 parent f0ba320 commit 8069663

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/actions/sbom-generator/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
runs:
1616
using: "composite"
1717
steps:
18+
- name: Install CycloneDX.NET
19+
shell: bash
20+
run: dotnet tool install --global CycloneDX --version 5.2.0
21+
1822
- name: Generate SBOM
1923
shell: bash
2024
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
global-json-file: global.json
5454
source-url: https://nuget.pkg.github.com/open-feature/index.json
5555

56-
- name: Install CycloneDX.NET
57-
run: dotnet tool install --global CycloneDX --version 5.2.0
58-
5956
- name: Install dependencies
6057
run: dotnet restore
6158

0 commit comments

Comments
 (0)