Skip to content

Commit df48b8b

Browse files
committed
ci: update CI workflows to latest security and release actions
- Update Trivy action version from 0.34.0 to 0.34.1 in Docker and Security workflow files - Upgrade GoReleaser action from v6 to v7 in the release workflow Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 3bb030d commit df48b8b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
VERSION=${{ steps.docker-meta.outputs.version }}
6969
7070
- name: Run Trivy vulnerability scanner on Docker image
71-
uses: aquasecurity/trivy-action@0.34.0
71+
uses: aquasecurity/trivy-action@0.34.1
7272
with:
7373
image-ref: ${{ env.REPO }}:scan
7474
ignore-unfixed: true

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check-latest: true
2626

2727
- name: Run GoReleaser
28-
uses: goreleaser/goreleaser-action@v6
28+
uses: goreleaser/goreleaser-action@v7
2929
with:
3030
# either 'goreleaser' (default) or 'goreleaser-pro'
3131
distribution: goreleaser

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Run Trivy vulnerability scanner in repo mode
26-
uses: aquasecurity/trivy-action@0.34.0
26+
uses: aquasecurity/trivy-action@0.34.1
2727
with:
2828
scan-type: "fs"
2929
scan-ref: "."
@@ -39,7 +39,7 @@ jobs:
3939
sarif_file: "trivy-results.sarif"
4040

4141
- name: Run Trivy vulnerability scanner (table output)
42-
uses: aquasecurity/trivy-action@0.34.0
42+
uses: aquasecurity/trivy-action@0.34.1
4343
if: always()
4444
with:
4545
scan-type: "fs"

0 commit comments

Comments
 (0)