Skip to content

Commit db9ddc9

Browse files
appleboyclaude
andcommitted
fix(ci): upgrade actions to resolve security vulnerabilities
- super-linter/super-linter/slim v8.0.0 → v8.5.0 (command injection via crafted filenames) - aquasecurity/trivy-action 0.33.1 → 0.35.0 (script injection via sourced env file) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 628c8a2 commit db9ddc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
tags: ${{ env.REPO }}:scan
7575

7676
- name: Run Trivy vulnerability scanner on Docker image
77-
uses: aquasecurity/trivy-action@0.33.1
77+
uses: aquasecurity/trivy-action@0.35.0
7878
with:
7979
image-ref: ${{ env.REPO }}:scan
8080
ignore-unfixed: true

.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.33.1
26+
uses: aquasecurity/trivy-action@0.35.0
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.33.1
42+
uses: aquasecurity/trivy-action@0.35.0
4343
if: always()
4444
with:
4545
scan-type: "fs"

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# list of files that changed across commits
102102
fetch-depth: 0
103103
- name: "Super-linter"
104-
uses: super-linter/super-linter/slim@v8.0.0
104+
uses: super-linter/super-linter/slim@v8.5.0
105105
env:
106106
# To report GitHub Actions status checks
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)