From 26b6574571da6f8ac7674431bc9c36469158353b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:09:00 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/checkov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/checkov.yml diff --git a/.gitea/workflows/checkov.yml b/.gitea/workflows/checkov.yml new file mode 100644 index 0000000..554b73b --- /dev/null +++ b/.gitea/workflows/checkov.yml @@ -0,0 +1,19 @@ +name: Checkov + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + checkov: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run Checkov + uses: bridgecrewio/checkov-action@master + with: + directory: . + framework: terraform + output_format: sarif