Skip to content

Commit

Permalink
chore(ci): update harp-server dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Jan 13, 2022
1 parent eb79266 commit f68d6f4
Show file tree
Hide file tree
Showing 6 changed files with 3,499 additions and 1,754 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-harp-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
name: Create SBOM
uses: anchore/sbom-action@v0
with:
image: ghcr.io/elastic/harp-plugins/${{ matrix.tools-image }}:latest
image: ghcr.io/elastic/harp-plugins/${{ matrix.harp-image }}:v${{ github.event.inputs.release }}
registry-username: ${{ github.actor }}
registry-password: ${{ github.token }}
artifact-name: sbom.spdx
Expand All @@ -118,8 +118,8 @@ jobs:
-a "repo=${{ github.repository }}" \
-a "workflow=${{ github.workflow }}" \
-a "ref=${{ github.sha }}" \
ghcr.io/elastic/harp-plugins/${{ matrix.tools-image }}:latest
cosign attach sbom --sbom sbom.spdx ghcr.io/elastic/harp-plugins/${{ matrix.tools-image }}:latest
ghcr.io/elastic/harp-plugins/${{ matrix.harp-image }}:v${{ github.event.inputs.release }}
cosign attach sbom --sbom sbom.spdx ghcr.io/elastic/harp-plugins/${{ matrix.harp-image }}:v${{ github.event.inputs.release }}
env:
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand Down
Loading

0 comments on commit f68d6f4

Please sign in to comment.