Skip to content

Commit 49fe5ff

Browse files
authored
Merge pull request #209 from eyakubovich/ey/fix-sbom-action
Fix missing revision in the sbom-action
2 parents 3783fbb + 86e3310 commit 49fe5ff

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/edgebit/source-syft.yaml

-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
11
check-for-app-update: false
2-
3-
catalogers:
4-
- binary
5-
- cocoapods
6-
- conan
7-
- dartlang-lock
8-
- dotnet-deps
9-
- elixir-mix-lock
10-
- erlang-rebar-lock
11-
- go-mod-file
12-
- go-module-binary
13-
- graalvm-native-image
14-
- haskell
15-
- java
16-
- java-gradle-lockfile
17-
- java-pom
18-
- javascript-lock
19-
- php-composer-lock
20-
- python-index
21-
- python-package
22-
- ruby-gemfile
23-
- rust-cargo-lock
24-
- sbom
25-
- swift-package-manager

.github/workflows/sbom.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Generate SBOM from source code
23-
uses: anchore/sbom-action
23+
uses: anchore/sbom-action@v0
2424
with:
2525
artifact-name: sbom.spdx.json
2626
upload-artifact: true

0 commit comments

Comments
 (0)