Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
with:
image-ref: ghcr.io/Sofie-Automation/sofie-core-${{ matrix.image }}:latest
image-ref: ghcr.io/sofie-automation/sofie-core-${{ matrix.image }}:latest
format: json
output: "${{ matrix.image }}-trivy-scan-results.json"

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

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

- name: Create summary of Trivy issues
Expand Down
Loading