Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecHub standalone option #199

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
d39a606
Initial Security Hub Module created
yashbindlish Jul 12, 2024
20ddaba
moved to deploy
yashbindlish Jul 12, 2024
95bee50
update to data-collection - added securityhub
yashbindlish Jul 12, 2024
29b8b25
added securityhub description in the table
yashbindlish Jul 12, 2024
7f601ce
added kinesis and Event bridge details
yashbindlish Jul 12, 2024
7395f81
fixed template URL
yashbindlish Jul 15, 2024
bfbea72
KinesisfirehoseRole fixed
yashbindlish Jul 16, 2024
f638b83
added SecurityHub details in Readme
yashbindlish Jul 16, 2024
b74c67f
removed step function
yashbindlish Jul 16, 2024
2b55202
removed stepfunction reference
yashbindlish Jul 16, 2024
e4ba57f
remove import ClientError
yashbindlish Jul 17, 2024
06fd063
renamed module to securityhub
yashbindlish Jul 17, 2024
593698a
Merge branch 'main' into HEAD
iakov-aws Jul 18, 2024
e999776
add sh to test
iakov-aws Jul 18, 2024
fced93c
fix errors in sh
iakov-aws Jul 18, 2024
c757e78
fix permissions
iakov-aws Jul 19, 2024
a720917
upgrade lambda runtime
iakov-aws Jul 19, 2024
83e4548
minor changes
iakov-aws Jul 19, 2024
05c41b1
fix lint
iakov-aws Jul 19, 2024
b59ed8c
Merge branch 'main' into securityhub-events
iakov-aws Aug 13, 2024
2175bfd
use table
iakov-aws Aug 13, 2024
0958bc7
refactoring params and add test
iakov-aws Aug 14, 2024
0a6736a
sechub-backfill
yabindlish Sep 1, 2024
67de1b6
fixed a few things on security hub backfill
iakov-aws Sep 12, 2024
2c49b40
move sh to standalone
iakov-aws Sep 12, 2024
38b5be1
move sh to standalone
iakov-aws Sep 13, 2024
4f3232a
minor refactoring and add parameter titles
iakov-aws Sep 15, 2024
f75b226
add a custom resource to trigger the backfill
iakov-aws Sep 15, 2024
341b1f4
refactor backfill
iakov-aws Sep 15, 2024
ba83204
fix security permissions
iakov-aws Sep 18, 2024
df2ae9e
Update module-securityhub.yaml
iakov-aws Sep 19, 2024
d89cd0d
Fix the issue with ReplicationPolicy (#205)
samegarg Sep 24, 2024
dd313e1
add option and security checks
iakov-aws Sep 27, 2024
0d392e4
add some comments
iakov-aws Oct 3, 2024
fd32cab
refactor transformation lambda
iakov-aws Oct 3, 2024
7c52bbd
align backfill with data transformation
iakov-aws Oct 3, 2024
9336f2d
add imports
iakov-aws Oct 3, 2024
57b1e3a
Merge branch 'main' into sechub-standalone
iakov-aws Oct 3, 2024
79dbe49
revert
iakov-aws Oct 3, 2024
0b976ca
revert
iakov-aws Oct 3, 2024
ef9a655
bump version
iakov-aws Oct 3, 2024
1c6a9ac
fix difference in low/upper case tags
iakov-aws Oct 3, 2024
4ef03f5
Merge branch 'sechub-standalone' of github.com:awslabs/cid-framework …
iakov-aws Oct 3, 2024
18f5522
add linter
iakov-aws Oct 3, 2024
5650e47
add new lines
iakov-aws Oct 10, 2024
acb532d
Make a better backfill
iakov-aws Oct 25, 2024
1842146
merge
iakov-aws Dec 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pip install --no-cache-dir packaging cyclonedx-python-lib=='5.2.0' #https://github.com/bridgecrewio/checkov/issues/5841
- name: Scan all templates
run: |
data-collection/utils/lint.sh
utils/lint.sh
2 changes: 1 addition & 1 deletion data-collection/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ aws s3api create-bucket --bucket $bucket

Cloud Formation:
```bash
./data-collection/utils/lint.sh
./data-collection/lint.sh
```

Pylint:
Expand Down
Loading
Loading