Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix(workflow): took away to much
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Apr 27, 2023
1 parent 2ab169d commit a062d2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
VERSION: v0.11
IMAGE_NAME: ghcr.io/${{ github.repository }}
COSIGN_VERSION: v2.0.2
SYFT_VERSION: v0.44.1
GO_RELEASER_VERSION: v1.11.2
GRADLE_VERSION: 7.5.1
PUSH: false
Expand Down Expand Up @@ -71,6 +72,10 @@ jobs:
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 # ratchet:sigstore/cosign-installer@v2.6.0
with:
cosign-release: ${{ env.COSIGN_VERSION }}
- name: Install Syft
uses: anchore/sbom-action/download-syft@422cb34a0f8b599678c41b21163ea6088edb2624 # ratchet:anchore/sbom-action/download-syft@v0.14.1
with:
syft-version: ${{ env.SYFT_VERSION }}
- name: Put key on file
run: |
echo '${{ secrets.COSIGN_PRIVATE_KEY }}' > cosign.key
Expand Down

0 comments on commit a062d2c

Please sign in to comment.