Skip to content

Commit

Permalink
💚 (gh-trunk): Fix wrong ignored path
Browse files Browse the repository at this point in the history
I forgot to change these paths after mono-repo migration

Signed-off-by: Alexandre Nicolaie <[email protected]>
  • Loading branch information
xunleii committed May 19, 2024
1 parent 285616c commit 45e67bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .trunk/gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ lint:
ignore:
- linters: [ALL]
paths:
# This file contains an honeytoken and should not be scanned
- apps/images/alpine/authelia/ci/config/configuration.yaml
# All `live` configuration files are encrypted and should not be scanned
- apps/*/images/alpine/*/live/*
- apps/*/images/alpine/*/live/**/*

# This file contains an honeytoken and should not be scanned
- apps/nex.rpi/images/alpine/authelia/ci/config/configuration.yaml
3 changes: 2 additions & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ lint:
- linters: [trufflehog]
paths:
# This file contains an honeytoken and should not be scanned
- apps/images/alpine/authelia/ci/config/configuration.yaml
- apps/nex.rpi/images/alpine/authelia/ci/config/configuration.yaml


# This is the section where you manage your actions. (https://docs.trunk.io/check/advanced-setup/actions)
actions:
Expand Down

0 comments on commit 45e67bd

Please sign in to comment.