Skip to content

Commit 9965de4

Browse files
authored
Create yor.yml
1 parent fe85e86 commit 9965de4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/yor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: IaC tag and trace
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
yor:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
name: Checkout repo
16+
with:
17+
fetch-depth: 0
18+
- name: Run yor action
19+
uses: bridgecrewio/yor-action@main

0 commit comments

Comments
 (0)