Skip to content

Commit 8d2e119

Browse files
Add security-gates workflow (#393)
1 parent 95f928b commit 8d2e119

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
steps:
2+
3+
security-gates:
4+
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master
5+
needs: build
6+
permissions:
7+
actions: read
8+
contents: read
9+
security-events: write
10+
111
name: Build
212

313
on:

0 commit comments

Comments
 (0)