Skip to content

Commit f68d6f4

Browse files
committed
chore(ci): update harp-server dependencies.
1 parent eb79266 commit f68d6f4

File tree

6 files changed

+3499
-1754
lines changed

6 files changed

+3499
-1754
lines changed

.github/workflows/release-harp-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: Create SBOM
104104
uses: anchore/sbom-action@v0
105105
with:
106-
image: ghcr.io/elastic/harp-plugins/${{ matrix.tools-image }}:latest
106+
image: ghcr.io/elastic/harp-plugins/${{ matrix.harp-image }}:v${{ github.event.inputs.release }}
107107
registry-username: ${{ github.actor }}
108108
registry-password: ${{ github.token }}
109109
artifact-name: sbom.spdx
@@ -118,8 +118,8 @@ jobs:
118118
-a "repo=${{ github.repository }}" \
119119
-a "workflow=${{ github.workflow }}" \
120120
-a "ref=${{ github.sha }}" \
121-
ghcr.io/elastic/harp-plugins/${{ matrix.tools-image }}:latest
122-
cosign attach sbom --sbom sbom.spdx ghcr.io/elastic/harp-plugins/${{ matrix.tools-image }}:latest
121+
ghcr.io/elastic/harp-plugins/${{ matrix.harp-image }}:v${{ github.event.inputs.release }}
122+
cosign attach sbom --sbom sbom.spdx ghcr.io/elastic/harp-plugins/${{ matrix.harp-image }}:v${{ github.event.inputs.release }}
123123
env:
124124
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
125125
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

0 commit comments

Comments
 (0)