Skip to content

Commit 468ae92

Browse files
authored
Merge pull request #1547 from Sofie-Automation/ci/update-trivy-workflow
2 parents 9ebfbeb + 316749f commit 468ae92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trivy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
2323
with:
24-
image-ref: ghcr.io/Sofie-Automation/sofie-core-${{ matrix.image }}:latest
24+
image-ref: ghcr.io/sofie-automation/sofie-core-${{ matrix.image }}:latest
2525
format: json
2626
output: "${{ matrix.image }}-trivy-scan-results.json"
2727

@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
3232
with:
33-
image-ref: ghcr.io/Sofie-Automation/sofie-core-${{ matrix.image }}:latest
33+
image-ref: ghcr.io/sofie-automation/sofie-core-${{ matrix.image }}:latest
3434
output: "${{ matrix.image }}-trivy-scan-results.txt"
3535

3636
- name: Post all scan results to Github Summary as a table
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
format: "github"
5252
output: "dependency-results-${{ matrix.image }}.sbom.json"
53-
image-ref: ghcr.io/Sofie-Automation/sofie-core-${{ matrix.image }}:latest
53+
image-ref: ghcr.io/sofie-automation/sofie-core-${{ matrix.image }}:latest
5454
github-pat: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Create summary of Trivy issues

0 commit comments

Comments
 (0)