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 21cd443 commit 48f097eCopy full SHA for 48f097e
.github/workflows/sca-integration-cyclonedx-gomod.yml
@@ -19,9 +19,9 @@ permissions:
19
contents: read
20
21
env:
22
- EXPECTED_PACKAGE: 100
23
- EXPECTED_VULNERABLE_PACKAGE: 100
24
- EXPECTED_DEPENDENCY: 100
+ EXPECTED_PACKAGE: 5
+ EXPECTED_VULNERABLE_PACKAGE: 0
+ EXPECTED_DEPENDENCY: 1
25
26
jobs:
27
generate-and-load-sbom:
@@ -30,10 +30,9 @@ jobs:
30
- name: Checkout minimal Go repo
31
uses: actions/checkout@v4
32
with:
33
- repository: golang/protobuf
+ repository: spf13/cobra
34
35
- # Download and invoke cyclonedx-gomod
36
- - name: Generate SBOM
+ - name: Generate SBOM with cyclonedx-gomod
37
uses: CycloneDX/gh-gomod-generate-sbom@v2
38
39
version: v1
0 commit comments