From 95d8235e92e17181df60e79700624b00a937e30d Mon Sep 17 00:00:00 2001 From: Joshua - Trustabl Date: Fri, 31 Jul 2026 15:39:28 +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..80e61af3 --- /dev/null +++ b/.github/workflows/trustabl.yml @@ -0,0 +1,17 @@ +name: Trustabl +on: + push: + branches: [master] + 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