-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Al2
- Loading branch information
Showing
1,278 changed files
with
113 additions
and
447,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
name: Lint | ||
name: 📋 Lint | ||
|
||
on: | ||
push | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.17' | ||
- uses: golangci/golangci-lint-action@v3 | ||
- name: ⬇️ Git clone the repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: 📦 Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
args: --timeout=5m | ||
go-version: '1.23' | ||
|
||
- name: 📋 Lint | ||
run: | | ||
go install golang.org/x/lint/golint@latest | ||
make lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,30 @@ | ||
module github.com/skpr/cloudtrail-filter | ||
|
||
go 1.17 | ||
go 1.23.3 | ||
|
||
require ( | ||
github.com/aws/aws-lambda-go v1.34.1 | ||
github.com/aws/aws-sdk-go-v2 v1.16.16 | ||
github.com/aws/aws-sdk-go-v2/config v1.17.7 | ||
github.com/aws/aws-sdk-go-v2/service/iam v1.18.19 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 | ||
github.com/codedropau/cloudfront-cloudwatchlogs v0.0.5 | ||
github.com/prometheus/common v0.6.0 | ||
github.com/aws/aws-lambda-go v1.47.0 | ||
github.com/aws/aws-sdk-go-v2 v1.33.0 | ||
github.com/aws/aws-sdk-go-v2/config v1.29.0 | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.50 | ||
github.com/aws/aws-sdk-go-v2/service/iam v1.38.6 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.0 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.4.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.5.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 // indirect | ||
github.com/aws/smithy-go v1.13.3 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.53 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.8 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
) |
Oops, something went wrong.