Skip to content

Commit d82f0f1

Browse files
[WIP] Use own registry to pull the mirrored image
1 parent 81a4929 commit d82f0f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sbom.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ jobs:
135135

136136
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container
137137
container:
138-
image: cyclonedx/cyclonedx-cli:0.27.1
138+
image: ${{ vars.HARBOR_URL_PREFIX }}/cyclonedx-cli:0.27.1
139+
credentials:
140+
username: ${{ secrets.HARBOR_USERNAME }}
141+
password: ${{ secrets.HARBOR_PASSWORD }}
139142

140143
steps:
141144
- name: Download partial BOMs

0 commit comments

Comments
 (0)