Skip to content

Commit

Permalink
[Update] trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Dec 8, 2023
1 parent 8395b0d commit 3f2dbae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:

jobs:
docker:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status

runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3f2dbae

Please sign in to comment.