Skip to content

Commit 6e95c58

Browse files
authored
BC-10237 update sbom-summarizer gh-action (#1216)
1 parent 3d0c5b0 commit 6e95c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-license-info-file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: summarize sboms
8383
id: summarize-sboms
84-
uses: hpi-schul-cloud/sbom-summarizer@69b293be3ee031f89f18904a92f7926d861c5051
84+
uses: hpi-schul-cloud/sbom-summarizer@1.0.0
8585
with:
8686
filename: dependencies.sbom.json
8787
repos: ${{ matrix.instances.repos }}
@@ -100,4 +100,4 @@ jobs:
100100
rclone_config: ${{ secrets.SVS_PUBLIC_ARTIFACTS_RCLONE_CONFIG }}
101101

102102
- run: |
103-
rclone copyto ${{ github.workspace }}/${{ matrix.instances.name }}-license-summary.json svs-public-artifacts:/svs-public-artifacts/${{ github.ref_name }}/${{ matrix.instances.name }}-license-summary.json
103+
rclone copyto ${{ github.workspace }}/${{ matrix.instances.name }}-license-summary.json svs-public-artifacts:/svs-public-artifacts/${{ github.ref_name }}/${{ matrix.instances.name }}-license-summary.json

0 commit comments

Comments
 (0)