We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3783fbb + 86e3310 commit 49fe5ffCopy full SHA for 49fe5ff
.github/edgebit/source-syft.yaml
@@ -1,25 +1 @@
1
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
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: Generate SBOM from source code
- uses: anchore/sbom-action
+ uses: anchore/sbom-action@v0
with:
artifact-name: sbom.spdx.json
26
upload-artifact: true
0 commit comments