-
Notifications
You must be signed in to change notification settings - Fork 11
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
Insecure connection handling #38
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
231869d
handling insecure connections
surya9839 2bf42db
handling insecure connections
surya9839 36caeb6
handling insecure connections
surya9839 960501f
handling insecure connections
surya9839 86c4ba6
removed hardcorded data_type for curl command
surya9839 f860e05
modifing docker file
surya9839 624d711
modifing docker file
surya9839 88a5071
modifing K8s-risk-management
surya9839 e0a0a45
modifing K8s-risk-management
surya9839 125ea6a
values update
surya9839 2b19016
values update
surya9839 8f787f9
new_requirement of allowing local cert
surya9839 e64086e
Update curl_command.sh
surya9839 bdea86e
logic for cert from local
surya9839 56517ae
changes for local cert
surya9839 8931a58
changes for local cert
surya9839 102e238
Merge branch 'main' into insecure-connection-handling
SujithKasireddy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
modifing docker file
- Loading branch information
commit f860e05bc1434a46d18bf3473306744134796771
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 |
---|---|---|
|
@@ -4,4 +4,7 @@ RUN apk --update add jq curl | |
COPY entrypoint.sh . | ||
COPY curl_command.sh . | ||
|
||
# Grant execute permissions to the scripts | ||
RUN chmod +x entrypoint.sh curl_command.sh | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this RUN step. chmod +x entrypoint.sh curl_command.sh
git add entrypoint.sh curl_command.sh |
||
|
||
ENTRYPOINT ["/bin/sh", "entrypoint.sh"] |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove binary file |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
CSV report generated successfully at runstatus_report.csv |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove binary file