Skip to content

Commit

Permalink
Update Action to mitigate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BronzBierd committed Dec 20, 2024
1 parent aa61a48 commit c6f1b18
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Setup
uses: docker/setup-buildx-action@v3
with:
Expand Down Expand Up @@ -71,6 +63,6 @@ jobs:
severity: CRITICAL,HIGH,MEDIUM,LOW

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{matrix.sarif_file}}

0 comments on commit c6f1b18

Please sign in to comment.