Skip to content

Commit

Permalink
Create yor.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashiyamam authored Nov 13, 2024
1 parent a175731 commit f237857
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/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 f237857

Please sign in to comment.