-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release-0.8
- Loading branch information
Showing
8 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,9 +71,9 @@ jobs: | |
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
- name: Build Container Image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
file: ./Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
- name: Build Container Image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
file: ./Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ jobs: | |
type=ref,event=branch | ||
type=semver,pattern={{version}} | ||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.6.0 | ||
uses: sigstore/cosign-installer@v3.7.0 | ||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
- name: Login to Registry | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -44,7 +44,7 @@ jobs: | |
password: ${{ secrets.GHCR_TOKEN }} | ||
- name: Build and push | ||
id: docker_build | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
file: ./Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
- name: Build Container Image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
file: ./Dockerfile | ||
|
@@ -34,7 +34,7 @@ jobs: | |
push: false | ||
tags: ghcr.io/${{ github.repository }}:trivy | ||
- name: Run Trivy Vulnerability Scanner | ||
uses: aquasecurity/trivy-action@0.24.0 | ||
uses: aquasecurity/trivy-action@0.27.0 | ||
with: | ||
image-ref: ghcr.io/${{ github.repository }}:trivy | ||
format: sarif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters