scans
Here are 57 public repositories matching this topic...
-
Updated
Oct 21, 2020 - Shell
This answer on Stack Overflow might be a good starting point.
Check to confirm CloudTrail is configured for multi-region.
CloudFormation - IsMultiRegionTrail: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html
-
Updated
Oct 19, 2020 - C++
-
Updated
Nov 2, 2020 - Swift
Is your feature request related to a problem? Please describe.
We tried goverall but faced issues with controlling the configuration.
For example, when removing a simple binary during thoughtworks/talisman#234 , the code coverage dropped. And we couldn't find a way to exclude files.
Describe the solution you'd like
Implement a code coverage tool, such as, code
-
Updated
Nov 6, 2020 - Kotlin
-
Updated
Oct 6, 2020 - Shell
-
Updated
Sep 22, 2019 - Python
-
Updated
Nov 6, 2020 - Go
-
Updated
Sep 20, 2020 - Shell
-
Updated
Nov 8, 2019 - PHP
-
Updated
Feb 11, 2020 - Python
-
Updated
May 10, 2020 - Shell
-
Updated
Jun 9, 2020 - Python
-
Updated
Sep 9, 2020 - Rust
-
Updated
Dec 3, 2019 - C#
-
Updated
Jan 6, 2017 - Shell
-
Updated
Oct 27, 2020 - Python
-
Updated
Nov 8, 2016 - Ruby
See https://github.com/hawkeyesec/scanner-cli
Scanner-cli provides a wide range of features; as a proof of concept, it is required to:
- Add the scanner-cli depdendency
- configure scanner-cli using
.hawkeyercand.hawkeyeignore - Create a check in git-proxy that invokes scanner-cli
- Log and return results
Improve this page
Add a description, image, and links to the scans topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scans topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
During the analysis of big repositories where the important feature is to detect the secrets at the HEAD, it's important to be able to use the
git clone --depthin order to reduce the size of the repository that needs to be downloaded.Describe the solution you'd like
gitleaksalready have an--depthoption, if `gitl