8000 GitHub - hohn/secret-scanning-howto
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hohn/secret-scanning-howto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secret scanning howto

In the github documentation, there is a mention that hyperscan is used to match the source text.

The reference page here mentions differences to pcre2, but the original man page is the reference.

The supported regex constructs are documented here.

There are three patterns on the custom pattern page:

./img/secret-scan-config.png

What is the order of evaluation for custom patterns; are they all put together in one pattern or are they sequentially evaluated in code?

(before)expression(after) is evaluated first. next, before/after are stripped leaving what matched the expression, then must[not] matches are evaluated after.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0