This is an automated email from the ASF dual-hosted git repository.
jdailey pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
from 98bf98e Merge pull request #1 from apache/jdailey-patch-1
add a325dba Enhance security workflows and optimize CI processes
new 6860681 Merge pull request #2 from apache/setup-ci-security
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 17 +++++++
.github/dependabot.yml | 66 ++++++++++++++++++++++++
.github/workflows/apache-rat.yml | 66 ++++++++++++++++++++++++
.github/workflows/asf-allowlist-check.yml | 49 ++++++++++++++++++
.github/workflows/codeql.yml | 83 +++++++++++++++++++++++++++++++
.github/workflows/zizmor.yml | 61 +++++++++++++++++++++++
.rat-excludes | 24 +++++++++
README.md | 19 +++++++
8 files changed, 385 insertions(+)
create mode 100644 .github/dependabot.yml
create mode 100644 .github/workflows/apache-rat.yml
create mode 100644 .github/workflows/asf-allowlist-check.yml
create mode 100644 .github/workflows/codeql.yml
create mode 100644 .github/workflows/zizmor.yml
create mode 100644 .rat-excludes