forked from openlawteam/scalafmt-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from GarnerCorp/use-new-secret-scanner
[Auto-Generated] Updating secret scanner to 0.2.0
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sealed secrets | ||
.*-sealed\.json$ | ||
.*-sealed\.yml$ | ||
.*-sealed\.yaml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+[\"\']? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Sendgrid keys | ||
^SG\.\w{22}\.\w{43}$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |