Skip to content

Commit

Permalink
PP-12687: Add detect secrets shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katstevens committed Nov 5, 2024
1 parent fbf400f commit 2c43aa2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/_run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ permissions:
contents: read

jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Detect secrets
uses: alphagov/pay-ci/actions/detect-secrets@master

tests:
name: Unit tests and static build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c43aa2

Please sign in to comment.