Skip to content

Commit 0b88039

Browse files
committed
Add security-gates workflow and update README
1 parent 1e15e85 commit 0b88039

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Security Gates
2+
3+
on:
4+
push:
5+
branches: [main, master]
6+
pull_request:
7+
branches: [main, master]
8+
9+
jobs:
10+
validate:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Validate Workflow
14+
run: echo "Validation successful"
15+
16+
security-gates:
17+
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master
18+
permissions:
19+
actions: read
20+
contents: read
21+
security-events: write
22+
secrets: inherit

0 commit comments

Comments
 (0)