Skip to content

feat: Add security-gates workflow #2

feat: Add security-gates workflow

feat: Add security-gates workflow #2

Workflow file for this run

name: Security Gates
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
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
needs: validate
permissions:
actions: read
contents: read
security-events: write