This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git
The following commit(s) were added to refs/heads/main by this push:
new de6767d Add CodeQL and Scorecards
de6767d is described below
commit de6767dc9bb4d44a2182f5fa0ecaff54ac9a3ab9
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Nov 16 15:36:35 2023 +0100
Add CodeQL and Scorecards
---
.github/workflows/codeql-analysis.yml | 39 +++++++++++++++++++++++++++++++
.github/workflows/scorecards-analysis.yml | 38 ++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
new file mode 100644
index 0000000..a0f0e4a
--- /dev/null
+++ b/.github/workflows/codeql-analysis.yml
@@ -0,0 +1,39 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+name: codeql-analysis
+
+on:
+ push:
+ branches: [ main ]
+ pull_request:
+ # The branches below must be a subset of the branches provided in
`on.push.branches`
+ branches: [ main ]
+ schedule:
+ - cron: '32 12 * * 5'
+
+permissions: read-all
+
+jobs:
+
+ analyze:
+ uses:
apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@main
+ # Permissions required to publish Security Alerts
+ permissions:
+ actions: read
+ contents: read
+ security-events: write
diff --git a/.github/workflows/scorecards-analysis.yml
b/.github/workflows/scorecards-analysis.yml
new file mode 100644
index 0000000..e1287cd
--- /dev/null
+++ b/.github/workflows/scorecards-analysis.yml
@@ -0,0 +1,38 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+name: scorecards-analysis
+
+on:
+ branch_protection_rule:
+ schedule:
+ - cron: "30 1 * * 6"
+ push:
+ branches: [ main ]
+
+permissions: read-all
+
+jobs:
+
+ analysis:
+ uses:
apache/logging-parent/.github/workflows/scorecards-analysis-reusable.yaml@main
+ permissions:
+ # Needed to upload the results to the code-scanning dashboard.
+ security-events: write
+ actions: read
+ id-token: write # This is required for requesting the JWT
+ contents: read # This is required for actions/checkout