From b3d3bd35e4f92999a8321a1d5cdce2b3811a6512 Mon Sep 17 00:00:00 2001 From: Roland <68095664+olaitan85@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:22:49 -0600 Subject: [PATCH] Create Checkov2 --- Checkov2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Checkov2 diff --git a/Checkov2 b/Checkov2 new file mode 100644 index 000000000..a16506910 --- /dev/null +++ b/Checkov2 @@ -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