Skip to content

Commit

Permalink
Merge pull request #3 from GarnerCorp/use-new-secret-scanner
Browse files Browse the repository at this point in the history
[Auto-Generated] Updating secret scanner to 0.2.0
  • Loading branch information
bgolding355 authored Aug 8, 2022
2 parents 00fd6ac + e7d9780 commit 05a854c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/actions/secret-scanner/excluded_files.patterns
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sealed secrets
.*-sealed\.json$
.*-sealed\.yml$
.*-sealed\.yaml$
5 changes: 5 additions & 0 deletions .github/actions/secret-scanner/excluded_lines.patterns
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Image tags
^.*tag.*$

# Secrets we don't care about
[\"\']?googleMapsApiKey[\"\']?: [\"\']?\w+[\"\']?
2 changes: 2 additions & 0 deletions .github/actions/secret-scanner/excluded_secrets.patterns
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Sendgrid keys
^SG\.\w{22}\.\w{43}$
7 changes: 3 additions & 4 deletions .github/workflows/detect-new-secrets.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Checking for Secrets
on:
push:
on: [push]

jobs:
check-secrets:
name: Checking for Secrets
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: Checkout Configuration
uses: actions/checkout@v3
- name: Secret Scanner
uses: secret-scanner/action@0.0.1
uses: secret-scanner/action@bf855b904a8bca17a334986797650dacec7ed529

0 comments on commit 05a854c

Please sign in to comment.