Skip to content

Commit

Permalink
Merge pull request #15 from globis-org/add/workflow/permissions
Browse files Browse the repository at this point in the history
feat: set permissions for workflow
  • Loading branch information
mutao-net committed Feb 21, 2024
2 parents 9379c60 + eaa291d commit 59be7db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/secrets-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Secrets Scan with Trivy
on:
pull_request:

permissions:
contents: read
pull-requests: write

jobs:
scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59be7db

Please sign in to comment.