Skip to content

Commit

Permalink
Merge branch 'main' into enable-org-guardduty-features
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Oct 3, 2024
2 parents 83861b8 + abc493d commit 45e5afe
Show file tree
Hide file tree
Showing 512 changed files with 25,818 additions and 7,161 deletions.
3 changes: 1 addition & 2 deletions .github/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ categories:
change-template: |
<details>
<summary>$TITLE @$AUTHOR (#$NUMBER)</summary>
$BODY
$BODY
</details>
template: |
Expand Down
Binary file modified .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bats

on:
pull_request_target:
pull_request:
types: [labeled, opened, synchronize, unlabeled]

jobs:
Expand All @@ -19,10 +19,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name }}
# Check out the PR commit, not the merge commit
# Use `ref` instead of `sha` to enable pushing back to `ref`
ref: ${{ github.event.pull_request.head.ref }}

- name: Run tests on modified modules
id: get-modified-files
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/release-branch.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/release-published.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ permissions:

jobs:
update-changelog:
runs-on:
- "self-hosted"

runs-on: ["ubuntu-latest"]
steps:
- name: Current Release
id: current-release
Expand Down Expand Up @@ -96,11 +94,11 @@ jobs:
function trimPath(relativePath) {
return relativePath
.replace('components/terraform/', '')
.replace('modules/', '')
.replace('/CHANGELOG.md', '');
}
const currentChangeLogFiles = findChangelogs('./current/components');
const currentChangeLogFiles = findChangelogs('./current/modules');
const components = [];
for (let i = 0; i < currentChangeLogFiles.length; i++) {
Expand Down
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ repos:
deprecated/github-actions-runner/runners/actions-runner/chart/templates/.*.yaml |
modules/eks/cert-manager/cert-manager-issuer/templates/.*.yaml |
modules/strongdm/charts/strongdm/templates/.*.yaml |
modules/eks/.*/charts/.*/templates/.*.yaml
modules/eks/.*/charts/.*/templates/.*.yaml |
modules/eks/.*/charts/.*/templates/.*.yml |
modules/eks/promtail/scrape_config/.*.yaml |
modules/eks/promtail/scrape_config/.*.yml
)$
- repo: https://github.com/antonbabenko/pre-commit-terraform
Expand Down
Loading

0 comments on commit 45e5afe

Please sign in to comment.