Skip to content

Commit

Permalink
Ignore .env.vault on reviewdog/action-detect-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrock-3 committed Feb 29, 2024
1 parent 79e3c82 commit 1da41b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: CI

on:
[pull_request]

permissions: read-all

jobs:
eslint:
eslint:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
Expand All @@ -21,7 +21,7 @@ jobs:
reporter: github-pr-review
fail_on_error: false
eslint_flags: '**/*.{js,jsx}'

detect-secrets:
runs-on: ubuntu-latest
steps:
Expand All @@ -34,3 +34,4 @@ jobs:

# Prevents false positives from failing job
fail_on_error: false
detect_secrets_flags: --exclude-files ^.env.vault ^.git/*

0 comments on commit 1da41b5

Please sign in to comment.