elastic / cloudbeat

Analyzing Cloud Security Posture
Other
39 stars 43 forks source link

fix license notice #2420

Closed moukoublen closed 1 month ago

moukoublen commented 1 month ago

Summary of your changes

Upgrade go.uber.org/zap/exp to the latest commit to include the license file (the latest tag does not contain the license file)

Overwrite license for github.com/csaf-poc/csaf_distribution/v3 since the license file is not found

Screenshot/Data

Related Issues

Checklist

Introducing a new rule?

mergify[bot] commented 1 month ago

This pull request does not have a backport label. Could you fix it @moukoublen? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:

github-actions[bot] commented 1 month ago

:bar_chart: Allure Report - :green_heart: No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 330
⬜ Skipped 34
mergify[bot] commented 1 month ago

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b fix_notice upstream/fix_notice
git merge upstream/main
git push upstream fix_notice
moukoublen commented 1 month ago

closed because of https://github.com/elastic/cloudbeat/pull/2426