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

Commit

Permalink
Verifiserer ikke distroless pga depricated oppsett
Browse files Browse the repository at this point in the history
  • Loading branch information
sturleh committed Nov 13, 2023
1 parent 8cda8a2 commit 2267da5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
distribution: temurin
cache: maven

- name: Installerer cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v1.3.1'
# - name: Installerer cosign
# uses: sigstore/[email protected]
# with:
# cosign-release: 'v1.3.1'

- name: Verifiserer distroless base-image
run: cosign verify --key distroless.pub gcr.io/distroless/java17
# - name: Verifiserer distroless base-image
# run: cosign verify --key distroless.pub gcr.io/distroless/Java17

- name: Setter tag-navn
run: echo "TAG=$(date +%Y.%m.%d.%H%M%S)-$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
Expand Down

0 comments on commit 2267da5

Please sign in to comment.