-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add license scan report and status #44
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,5 +1,8 @@ | ||||||||
# Chinmina Bridge: Buildkite/Github OIDC token bridge | ||||||||
|
||||||||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge?ref=badge_shield) | ||||||||
|
||||||||
|
||||||||
Allows Buildkite agents to get valid GitHub tokens that can be used to perform | ||||||||
Git or other GitHub API actions. It is intended to be an alternative to the use | ||||||||
of SSH deploy keys or long-lived Personal Access Tokens. | ||||||||
|
@@ -241,3 +244,6 @@ Contributions are welcome. | |||||||
- Execute `git` commands in the `.development/keys` directory. This has git | ||||||||
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. Add the missing preposition "to" in the instruction. - - Execute `git` commands in the `.development/keys` directory.
+ - Execute `git` commands in the `.development/keys` directory to use the local configuration. Committable suggestion
Suggested change
ToolsLanguageTool
|
||||||||
configuration set up so it uses a local credential helper that will use the | ||||||||
keys in the `.development/keys` directory. | ||||||||
|
||||||||
## License | ||||||||
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. Add a blank line after the "License" heading for proper markdown formatting. 248a249
+ Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge?ref=badge_large) |
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.
Add a blank line after the heading for proper markdown formatting.
Committable suggestion
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.
@coderabbitai this is the first line of the file, no preceding blank line is required.
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.
@jamestelfer, you are correct. Since this is the first line of the file, no preceding blank line is required. Thank you for pointing that out.