Skip to content

Commit

Permalink
Added Permissions (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMISSHER99 committed Jun 17, 2024
1 parent 148e4d3 commit 5f7a294
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Vulnerability Scan"
on:
push:
branches: [main, golden, develop]
pull_request:
types: [opened]
workflow_dispatch:
types: [opened]
workflow_dispatch: # Allow manual trigger

permissions:
pull-requests: write
pull-requests: write

jobs:
scan:
Expand Down

0 comments on commit 5f7a294

Please sign in to comment.