Skip to content

Commit

Permalink
Fix Trivy
Browse files Browse the repository at this point in the history
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Jan 9, 2025
1 parent 15be89c commit 043cdb0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
scan:
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
# seems needed for github/codeql-action/upload-sarif
actions: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -61,5 +55,5 @@ jobs:
- name: Upload Docker image scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'scans/eclipse-hawkbit/hawkbit'
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
category: "Container Images"

0 comments on commit 043cdb0

Please sign in to comment.