Skip to content

Commit

Permalink
Merge branch 'main' into guibranco-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gstraccini[bot] authored Sep 15, 2024
2 parents e612ce7 + d2c4f6e commit 9b58579
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/infisical-secrets-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Infisical secrets check

on:
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

secrets-scan:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:

- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Infisical secrets check
uses: guibranco/[email protected]

0 comments on commit 9b58579

Please sign in to comment.