Skip to content

Commit

Permalink
Create yor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levi-pl authored Sep 11, 2024
1 parent 7b1afc9 commit 3c99bf5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/yor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: IaC tag and trace

on:
push:
pull_request:

jobs:
yor:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v2
name: Checkout repo
with:
fetch-depth: 0
- name: Run yor action
uses: bridgecrewio/yor-action@main

0 comments on commit 3c99bf5

Please sign in to comment.