Skip to content

Commit

Permalink
Added Permissions (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMISSHER99 authored Jun 15, 2024
1 parent cf25ae0 commit 6faa9b3
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 6faa9b3

Please sign in to comment.