We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e15e85 commit 0b88039Copy full SHA for 0b88039
.github/workflows/security-gates.yml
@@ -0,0 +1,22 @@
1
+name: Security Gates
2
+
3
+on:
4
+ push:
5
+ branches: [main, master]
6
+ pull_request:
7
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