Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projectcapsule/cortex-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ff8e71ac5165d8adbc7bd926cc00435ac34763c
Choose a base ref
..
head repository: projectcapsule/cortex-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38d2765fcff74ff0ee4c1da5d0704aa3ec6c222c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/coverage.yml
  2. +1 −1 .github/workflows/docker-build.yml
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
with:
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@dc49dcabdb86371d19197fcae2585f548bbbc395
uses: github/codeql-action/upload-sarif@f338ec87a39f9c5e2ec91decb5d7718c92875790
with:
sarif_file: gosec.sarif
unit_tests:
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,6 @@ jobs:
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@dc49dcabdb86371d19197fcae2585f548bbbc395
uses: github/codeql-action/upload-sarif@f338ec87a39f9c5e2ec91decb5d7718c92875790
with:
sarif_file: 'trivy-results.sarif'