fix(ci): add missing v prefix to trivy-action version tag
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -233,7 +233,7 @@ jobs:
|
|||||||
run: docker build -f infrastructure/docker/Dockerfile.api -t tod-api:ci .
|
run: docker build -f infrastructure/docker/Dockerfile.api -t tod-api:ci .
|
||||||
|
|
||||||
- name: Scan API image
|
- name: Scan API image
|
||||||
uses: aquasecurity/trivy-action@0.33.1
|
uses: aquasecurity/trivy-action@v0.33.1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
image-ref: "tod-api:ci"
|
image-ref: "tod-api:ci"
|
||||||
@@ -245,7 +245,7 @@ jobs:
|
|||||||
run: docker build -f poller/Dockerfile -t tod-poller:ci ./poller
|
run: docker build -f poller/Dockerfile -t tod-poller:ci ./poller
|
||||||
|
|
||||||
- name: Scan Poller image
|
- name: Scan Poller image
|
||||||
uses: aquasecurity/trivy-action@0.33.1
|
uses: aquasecurity/trivy-action@v0.33.1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
image-ref: "tod-poller:ci"
|
image-ref: "tod-poller:ci"
|
||||||
@@ -257,7 +257,7 @@ jobs:
|
|||||||
run: docker build -f infrastructure/docker/Dockerfile.frontend -t tod-frontend:ci .
|
run: docker build -f infrastructure/docker/Dockerfile.frontend -t tod-frontend:ci .
|
||||||
|
|
||||||
- name: Scan Frontend image
|
- name: Scan Frontend image
|
||||||
uses: aquasecurity/trivy-action@0.33.1
|
uses: aquasecurity/trivy-action@v0.33.1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
image-ref: "tod-frontend:ci"
|
image-ref: "tod-frontend:ci"
|
||||||
|
|||||||
Reference in New Issue
Block a user