We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ba320 commit 8069663Copy full SHA for 8069663
.github/actions/sbom-generator/action.yml
@@ -15,6 +15,10 @@ inputs:
15
runs:
16
using: "composite"
17
steps:
18
+ - name: Install CycloneDX.NET
19
+ shell: bash
20
+ run: dotnet tool install --global CycloneDX --version 5.2.0
21
+
22
- name: Generate SBOM
23
shell: bash
24
run: |
.github/workflows/release.yml
@@ -53,9 +53,6 @@ jobs:
53
global-json-file: global.json
54
source-url: https://nuget.pkg.github.com/open-feature/index.json
55
56
- - name: Install CycloneDX.NET
57
- run: dotnet tool install --global CycloneDX --version 5.2.0
58
-
59
- name: Install dependencies
60
run: dotnet restore
61
0 commit comments