From 685c7f392bfd0cbdb1b1e39739d2e9687c8a232a Mon Sep 17 00:00:00 2001 From: Joshua - Trustabl Date: Tue, 28 Jul 2026 19:55:14 +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 0000000..58c7402 --- /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