Skip to content

Commit d00da90

Browse files
committed
ci(megalinter): suppress devskim false positive in permission data
Exclude the agent permission overlay file from DevSkim scanning where md5sum and sha1sum appear as command-pattern strings, not cryptographic hash usage in code. Made-with: Cursor
1 parent 8c938f5 commit d00da90

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.mega-linter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ DISABLE:
55
SARIF_REPORTER: true
66

77
LUA_LUACHECK_ARGUMENTS: "--globals vim"
8+
9+
# DevSkim flags literal md5sum/sha1sum strings in this policy data file as
10+
# banned hash algorithm usage, but these are command-permission patterns, not
11+
# cryptographic implementations.
12+
REPOSITORY_DEVSKIM_FILTER_REGEX_EXCLUDE: home/.chezmoidata/agent-permissions/00-base.yaml

0 commit comments

Comments
 (0)