Skip to content

Commit 48f097e

Browse files
committed
Update the GO repo
Signed-off-by: tdruez <[email protected]>
1 parent 21cd443 commit 48f097e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/sca-integration-cyclonedx-gomod.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ permissions:
1919
contents: read
2020

2121
env:
22-
EXPECTED_PACKAGE: 100
23-
EXPECTED_VULNERABLE_PACKAGE: 100
24-
EXPECTED_DEPENDENCY: 100
22+
EXPECTED_PACKAGE: 5
23+
EXPECTED_VULNERABLE_PACKAGE: 0
24+
EXPECTED_DEPENDENCY: 1
2525

2626
jobs:
2727
generate-and-load-sbom:
@@ -30,10 +30,9 @@ jobs:
3030
- name: Checkout minimal Go repo
3131
uses: actions/checkout@v4
3232
with:
33-
repository: golang/protobuf
33+
repository: spf13/cobra
3434

35-
# Download and invoke cyclonedx-gomod
36-
- name: Generate SBOM
35+
- name: Generate SBOM with cyclonedx-gomod
3736
uses: CycloneDX/gh-gomod-generate-sbom@v2
3837
with:
3938
version: v1

0 commit comments

Comments
 (0)