-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add integration check git leaks. #14
Conversation
- name: Run gitleaks | ||
uses: zricethezav/gitleaks-action@master | ||
with: | ||
config-path: security/.gitleaks.toml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У вас файл називається security/gitleaks.toml
, а в конфізі security/.gitleaks.toml
Co-authored-by: Artem Tykhonov <[email protected]>
Co-authored-by: Artem Tykhonov <[email protected]>
…o feat/AddIntegrationGitLeaks # Conflicts: # .github/workflows/gitleaks.yaml
Codecov Report
@@ Coverage Diff @@
## master #14 +/- ##
=========================================
Coverage 66.66% 66.66%
Complexity 40 40
=========================================
Files 10 10
Lines 111 111
=========================================
Hits 74 74
Misses 37 37 Continue to review full report at Codecov.
|
No description provided.