Skip to content

Commit

Permalink
Merge pull request #166 from nolte/fix/trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 17, 2023
2 parents 70d12ca + 43d2b2f commit a43d4c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reuseable-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
build:
name: Build
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 code
Expand Down

0 comments on commit a43d4c5

Please sign in to comment.