Skip to content

Commit

Permalink
Create infisical-secrets-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Sep 15, 2024
1 parent 78cf37b commit 377e4f3
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 377e4f3

Please sign in to comment.