mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-06-04 18:24:01 +08:00
ci(actions): bump trivy-action to v0.36.0 and codecov-action to v6
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
|||||||
tags: drone-ssh:scan
|
tags: drone-ssh:scan
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@v0.35.0
|
uses: aquasecurity/trivy-action@v0.36.0
|
||||||
with:
|
with:
|
||||||
image-ref: "drone-ssh:scan"
|
image-ref: "drone-ssh:scan"
|
||||||
format: "sarif"
|
format: "sarif"
|
||||||
|
|||||||
@@ -50,6 +50,6 @@ jobs:
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v6
|
||||||
with:
|
with:
|
||||||
flags: go-${{ matrix.go-version }}
|
flags: go-${{ matrix.go-version }}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner (repo)
|
- name: Run Trivy vulnerability scanner (repo)
|
||||||
uses: aquasecurity/trivy-action@v0.35.0
|
uses: aquasecurity/trivy-action@v0.36.0
|
||||||
with:
|
with:
|
||||||
scan-type: "fs"
|
scan-type: "fs"
|
||||||
scan-ref: "."
|
scan-ref: "."
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
tags: drone-ssh:scan
|
tags: drone-ssh:scan
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner (image)
|
- name: Run Trivy vulnerability scanner (image)
|
||||||
uses: aquasecurity/trivy-action@v0.35.0
|
uses: aquasecurity/trivy-action@v0.36.0
|
||||||
with:
|
with:
|
||||||
image-ref: "drone-ssh:scan"
|
image-ref: "drone-ssh:scan"
|
||||||
format: "sarif"
|
format: "sarif"
|
||||||
|
|||||||
Reference in New Issue
Block a user