@pkgdeps/secretlint-rule-checksum
Version:
secretlint rule that check if checking checksum.
19 lines • 510 B
TypeScript
import { SecretLintRuleCreator } from "@secretlint/types";
export declare const messages: {
FOUND_UNVERIFIED_BINARY: {
en: (props: {
binary: string;
}) => string;
ja: (props: {
binary: string;
}) => string;
};
};
export declare type Options = {
/**
* Define allow binary name
**/
allowBinaryNames?: string[];
};
export declare const creator: SecretLintRuleCreator<Options>;
//# sourceMappingURL=secretlint-rule-checksum.d.ts.map