Skip to content

Commit

Permalink
feat: more certificates filters to gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Apr 14, 2023
1 parent 37fdf51 commit caddb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanolayer/installers/gh_release/gh_release_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class PlatformType(Enum):
MISC_REGEX_MAP = {
"packages": "(\.deb|\.rpm|\.pkg|\.apk)",
"checksums": "(\.sig$|\.text$|\.txt$|[Cc]hecksums|sha256)",
"certificates": "(\.pub$|\.pem$)",
"certificates": "(\.pub$|\.pem$|pivkey|pkcs11key)",
"metadata": "(\.json$|\.sbom$)",
}

Expand Down

0 comments on commit caddb51

Please sign in to comment.