Skip to content

Commit

Permalink
Add security-gates workflow and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emrecanvurallll committed Jan 30, 2025
1 parent 08c7cc0 commit dd48d4b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/security-gates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Security Gates

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate Workflow
run: echo "Validation successful"

security-gates:
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master
permissions:
actions: read
contents: read
security-events: write

0 comments on commit dd48d4b

Please sign in to comment.