Skip to content

Commit 90eed31

Browse files
committed
Enabled sbom generation
Signed-off-by: Nik08 <nikita.mathur@progress.com>
1 parent 31c5b3f commit 90eed31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-main-pull-request-stub-trufflehog-only.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
STUB_VERSION: "1.0.0"
17+
STUB_VERSION: "1.0.1"
1818

1919
jobs:
2020
trufflehog-scan-only:
@@ -41,8 +41,8 @@ jobs:
4141
package-binaries: false
4242
habitat-build: false
4343
publish-packages: false
44-
generate-sbom: false
45-
export-github-sbom: false
44+
generate-sbom: true
45+
export-github-sbom: true
4646
generate-blackduck-sbom: false
4747
generate-msft-sbom: false
4848
license_scout: false

0 commit comments

Comments
 (0)