Skip to content

Commit

Permalink
Adding github information for protection (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmikef authored Apr 5, 2023
1 parent 8e37817 commit 8f2566d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@bigmikef
11 changes: 11 additions & 0 deletions .github/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Pull Request Workflow
on: pull_request
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

jobs:
secrets-scanner:
uses: hpe-actions/secrets-scanner/.github/workflows/secrets-scanner.yml@v2
with:
config_override: ".gitleaks.toml"
2 changes: 2 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[allowlist]
commits = []

0 comments on commit 8f2566d

Please sign in to comment.