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 81a4929 commit d82f0f1Copy full SHA for d82f0f1
.github/workflows/sbom.yaml
@@ -135,7 +135,10 @@ jobs:
135
136
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container
137
container:
138
- image: cyclonedx/cyclonedx-cli:0.27.1
+ image: ${{ vars.HARBOR_URL_PREFIX }}/cyclonedx-cli:0.27.1
139
+ credentials:
140
+ username: ${{ secrets.HARBOR_USERNAME }}
141
+ password: ${{ secrets.HARBOR_PASSWORD }}
142
143
steps:
144
- name: Download partial BOMs
0 commit comments