From 1c5a11c0454e2ee182bf39dea8b3adc77de71495 Mon Sep 17 00:00:00 2001 From: Joshua - Trustabl Date: Tue, 28 Jul 2026 18:23:50 +0800 Subject: [PATCH] Add Trustabl security scanning workflow --- .github/workflows/trustabl.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/trustabl.yml diff --git a/.github/workflows/trustabl.yml b/.github/workflows/trustabl.yml new file mode 100644 index 00000000..58c74022 --- /dev/null +++ b/.github/workflows/trustabl.yml @@ -0,0 +1,17 @@ +name: Trustabl +on: + push: + branches: [main] + pull_request: + +permissions: + contents: read + security-events: write + pull-requests: write + +jobs: + scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: trustabl/trustabl-action@v0