Robert Kaussow
1bf91825fc
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #271 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
12 lines
327 B
YAML
12 lines
327 B
YAML
---
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: no-exif
|
|
name: Remove exif data
|
|
description: Ensures sensitive exif data is removed
|
|
language: system
|
|
entry: exiftool -all= --icc_profile:all -tagsfromfile @ -orientation -overwrite_original
|
|
exclude_types: ["svg"]
|
|
types: ["image"]
|