Skip to content

Commit

Permalink
chore(ci): updates action permissions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chilcano committed Dec 19, 2023
1 parent 145b252 commit 75576c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/js-client-scan-vuln-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ on:
jobs:
formatting-linting:
uses: ./.github/workflows/formatting-linting.yml

scan-vuln-deps-in-repo:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read

steps:
- name: Checkout code
Expand Down

0 comments on commit 75576c3

Please sign in to comment.