-
Notifications
You must be signed in to change notification settings - Fork 349
feat(bicep): added support for ignore by comments in bicep test #7496
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi, Just curious on the status of this and if I can help in anyway? |
|
Is there any way I can help with this? I would like to start implementing kics in my workflow. |
|
Hey @chielboogaard, thanks for checking in, and sorry for the delayed reply! Right now we’re waiting on QA resources before we can move this feature forward, since a few other priorities are still in progress. Once we’re able to resume, I’ll make sure to update you. The issue and related PR will be closed once the implementation is merged. I don’t think there’s much to be done here besides the QA process, but if something comes up where help is possible, I’ll definitely reach out. Really appreciate your patience and your interest in improving KICS! |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 20838717 | Triggered | Generic Password | 8b3ea8f | assets/queries/azureResourceManager/sql_server_database_with_alerts_disabled/test/negative8.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.








Closes #4420
Closes #7299
Note: The changes on this PR were originally done by a community member. The objective of this PR was to refactor and improve some of the code, as well as to test the implementation since the original PR was done in a private kics fork.
I would like to personally congratulate JonasCorsen for taking the time to improve KICS and for making this effort! 🎆
Reason for Proposed Changes
future-improvementsnotes;Proposed Changes
I submit this contribution under the Apache-2.0 license.