Skip to content

Commit

Permalink
Update secret validation descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Nov 20, 2019
1 parent 1dc4427 commit 62435b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

- id: validate_secrets_are_encrypted
name: Check that secret files are formatted correctly
description: Check yaml secret have data in the 'sops' field
description: Check Kubernetes Secret are Encrypted with SOPS
entry: validate_secrets_are_encrypted
language: python
types: [yaml]

- id: validate_encrypted_secret_name
name: Check secret files for correct ending
description: Check yaml SOPS encrypted secret files end in .enc.yaml
description: Check SOPS Encrypted Secrets' File Names End with .enc.yaml
entry: validate_encrypted_secret_name
language: python
types: [yaml]

0 comments on commit 62435b1

Please sign in to comment.