Skip to content

Commit

Permalink
Change action persmissions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Nov 13, 2023
1 parent 41d4618 commit 71e4aa1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ on: pull_request
permissions:
pull-requests: write
contents: write
issues: write

jobs:
snyk:
name: Snyk Scan
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down Expand Up @@ -50,9 +48,6 @@ jobs:
trivy:
name: Trivy Scan
runs-on: ubuntu-20.04
permissions:
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 71e4aa1

Please sign in to comment.