-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated requests lib in securityhub-org
- Loading branch information
1 parent
e314b0c
commit 395a49b
Showing
6 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
Empty file modified
0
securityhub-org/sumologic-securityhub-collector-awsorg/sam/create_src.sh
100644 → 100755
Empty file.
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
2 changes: 1 addition & 1 deletion
2
securityhub-org/sumologic-securityhub-collector-awsorg/sam/requirements.txt
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,2 +1,2 @@ | ||
boto3==1.27.1 | ||
# boto3==1.27.1 | ||
requests==2.31.0 |
3 changes: 3 additions & 0 deletions
3
securityhub-org/sumologic-securityhub-collector-awsorg/sam/sam_package.sh
100644 → 100755
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,3 +1,6 @@ | ||
#!/bin/bash | ||
|
||
export AWS_PROFILE="prod" | ||
if [ "$AWS_PROFILE" == "prod" ] | ||
then | ||
SAM_S3_BUCKET="appdevstore" | ||
|
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
Binary file modified
BIN
-13.2 KB
(99%)
securityhub-org/sumologic-securityhub-collector-awsorg/src/src.zip
Binary file not shown.