Skip to content

Commit

Permalink
fix: added crt to certificate filter in gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Apr 14, 2023
1 parent 0304a6d commit 7fca95b
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 @@ -179,7 +179,7 @@ class PlatformType(Enum):
MISC_REGEX_MAP = {
"packages": "(\.deb|\.rpm|\.pkg|\.apk)",
"checksums": "(\.sig$|\.text$|\.txt$|[Cc]hecksums|sha256)",
"certificates": "(\.pub$|\.pem$|pivkey|pkcs11key)",
"certificates": "(\.pub$|\.pem$|\.crt$|pivkey|pkcs11key)",
"metadata": "(\.json$|\.sbom$)",
}

Expand Down

0 comments on commit 7fca95b

Please sign in to comment.