From e5814e9f1f7f3019bf50c2ab5ffd88cfa0af84ee Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Thu, 17 Sep 2026 14:37:02 -0700 Subject: [PATCH] ci: add dependency and workflow scans --- .github/workflows/dependency-scan.yml | 13 +++++++++++++ .github/workflows/scan-github-actions.yml | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/workflows/dependency-scan.yml create mode 100644 .github/workflows/scan-github-actions.yml diff --git a/.github/workflows/dependency-scan.yml b/.github/workflows/dependency-scan.yml new file mode 100644 index 0000000..30c2e17 --- /dev/null +++ b/.github/workflows/dependency-scan.yml @@ -0,0 +1,13 @@ +name: Dependency Scan + +"on": + pull_request: + +permissions: {} + +jobs: + dependency-scan: + uses: tempoxyz/gh-actions/.github/workflows/dependency-scan.yml@25cce154e7fb10f99361a166468a6c56b9c31aa3 + permissions: + contents: read + id-token: write diff --git a/.github/workflows/scan-github-actions.yml b/.github/workflows/scan-github-actions.yml new file mode 100644 index 0000000..bebcdf6 --- /dev/null +++ b/.github/workflows/scan-github-actions.yml @@ -0,0 +1,18 @@ +name: Scan GitHub Actions + +on: + push: + branches: + - main + pull_request: + +permissions: {} + +jobs: + scan: + name: Scan GitHub Actions + uses: tempoxyz/gh-actions/.github/workflows/scan-github-actions.yml@6a4184039b7a7537d35ace0badc96764d5a1d4d0 + permissions: + actions: read + contents: read + id-token: write