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 27, 2025
1 parent 2d9a785 commit 6bc823b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
if: github.ref == 'refs/heads/main'


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

0 comments on commit 6bc823b

Please sign in to comment.