Skip to content

Commit

Permalink
Update github/codeql-action action to v3.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 87e8951 commit b43ec72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
- name: Upload Trivy low severity cases scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.27.5
uses: github/codeql-action/upload-sarif@v3.27.6
with:
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
category: ${{ inputs.variant }}-image-scan-low-cases
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.27.5
uses: github/codeql-action/upload-sarif@v3.27.6
if: always()
with:
# Path to SARIF file relative to the root of the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
output-file: ${{ inputs.dockerfile }}.sarif

- name: Upload Hadolint results of ${{ inputs.dockerfile }}
uses: github/codeql-action/upload-sarif@v3.27.5
uses: github/codeql-action/upload-sarif@v3.27.6
with:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ inputs.dockerfile }}.sarif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
- name: Upload Trivy low severity cases scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.27.5
uses: github/codeql-action/upload-sarif@v3.27.6
with:
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
category: ${{ inputs.variant }}-image-scan-low-cases
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.27.5
uses: github/codeql-action/upload-sarif@v3.27.6
if: always()
with:
# Path to SARIF file relative to the root of the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db

- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.27.5
uses: github/codeql-action/upload-sarif@v3.27.6
with:
# Path to SARIF file relative to the root of the repository
sarif_file: trivy-repository-scan.sarif
Expand Down

0 comments on commit b43ec72

Please sign in to comment.