Skip to content

Commit

Permalink
Create yor.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdacosta-pa authored Dec 11, 2024
1 parent edbc4b2 commit a42e90f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions yor.yaml
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 a42e90f

Please sign in to comment.