-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
✨ implement krakend audit parser #10924
✨ implement krakend audit parser #10924
Conversation
DryRun Security SummaryThe provided code changes include the addition of a new security scanner, updates to the configuration settings, and the implementation of unit tests for the KrakenD Audit Parser, all aimed at improving the security and robustness of the application. Expand for full summarySummary: The provided code changes cover a range of updates, including the addition of a new security scanner, updates to the configuration settings, and the implementation of unit tests for the KrakenD Audit Parser. From an application security perspective, these changes generally appear to be positive and aimed at improving the security and robustness of the application. The key highlights are:
Files Changed:
Overall, the code changes in this pull request appear to be focused on improving the security and reliability of the application, and they do not raise any immediate security concerns. However, as with any code changes, it's important to thoroughly review the implementation and ensure that it aligns with the application's security requirements and best practices. Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
@Maffooch why is this unittest failing? And: Since a couple of releases I can't test unitests locally anymore. `
|
I just wanted to reopen this to retrigger the pipeline. This is not working anymore. Could you please reopen this @mtesauro ? |
@manuel-sommer Hmm not sure on that one. I have not see it before. Also just ran unit tests a few moments ago on another PR. How are you running unit tests? |
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.
Approved
@Maffooch I run unittests of a specific parser like this: This behaviour affects all parsers on my side, not only this example. I have also made docker system prune -a and docker volume prune. |
Implement a parser for KrakenD audits