Skip to content

Commit

Permalink
Bump nais/attest-sign from 1.5.6 to 1.5.7
Browse files Browse the repository at this point in the history
Bumps [nais/attest-sign](https://github.com/nais/attest-sign) from 1.5.6 to 1.5.7.
- [Release notes](https://github.com/nais/attest-sign/releases)
- [Commits](nais/attest-sign@v1.5.6...v1.5.7)

---
updated-dependencies:
- dependency-name: nais/attest-sign
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent fcf32a2 commit 41f926f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-start-stopp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bekreftelse-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./gradlew -Pversion=${{ env.VERSION }} -Pimage=${{ env.IMAGE }} :apps:${{ env.MODULE }}:build :apps:${{ env.MODULE }}:jib
echo "DIGEST=$(cat ./apps/${{ env.MODULE }}/build/jib-image.digest)" >> $GITHUB_ENV
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bekreftelse-min-side-varsler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bekreftelse-tjeneste.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./gradlew -Pversion=${{ env.VERSION }} -Pimage=${{ env.IMAGE }} :apps:${{ env.MODULE }}:build :apps:${{ env.MODULE }}:jib
echo "DIGEST=$(cat ./apps/${{ env.MODULE }}/build/jib-image.digest)" >> $GITHUB_ENV
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bekreftelse-utgang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./gradlew -Pversion=${{ env.VERSION }} -Pimage=${{ env.IMAGE }} :apps:${{ env.MODULE }}:build :apps:${{ env.MODULE }}:jib
echo "DIGEST=$(cat ./apps/${{ env.MODULE }}/build/jib-image.digest)" >> $GITHUB_ENV
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
env:
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db:1"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hendelselogg-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hendelseprosessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kafka-key-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utgang-formidlingsgruppe-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utgang-pdl-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/[email protected].6
uses: nais/[email protected].7
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down

0 comments on commit 41f926f

Please sign in to comment.