Skip to content

Commit

Permalink
pre-commit implemetation
Browse files Browse the repository at this point in the history
Signed-off-by: alanjino <[email protected]>
  • Loading branch information
alanjino committed Apr 10, 2024
1 parent 0127f61 commit 76dce6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ repos:
- id: check-gitsign
name: Check gitsign
description: Check if the last commit is signed with Sigstore gitsign
- id: check-multistage-dockerfile
name: Check multi-stage Dockerfile
description: Check the existance of Dockerfile in the project and verify that its a multi-stage Dockerfile
# - id: check-multistage-dockerfile
# name: Check multi-stage Dockerfile
# description: Check the existance of Dockerfile in the project and verify that its a multi-stage Dockerfile

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit 76dce6b

Please sign in to comment.