-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bugfix release #511
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
Merged
Bugfix release #511
Conversation
This file contains hidden or 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
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <[email protected]>
Bumps alpine from 3.14 to 3.15.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…lpine-3.15.0 chore(deps): bump alpine from 3.14 to 3.15.0
Re-add C99 source
fix censys results
Source full hunt.io
fix error output
Add source zoomeye subdomain api
Improving input items sanitization
* Updating GH workflows + sonar * updating paths
Fixing typo in code comment
GH changed its tokens to a formatted way: https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/ This will help identify to people to use the personal access tokens for the config. These tokens are fake ones I created but same length and real ones.
Updated endpoint
Co-authored-by: Sandeep Singh <[email protected]>
* goflags support * lint error fix * misc update * misc update * default output changes * readme updates for flags * return error and exit * add missing parentheses in readme * safely deleted sources, resolvers control and added support for provider config file * go mod and file path changes * go sum changes * use default file * adding missing parentheses * go mod update * validations * general refactoring around goflags + cleanup * added default sources and cleanup existing config after migration Co-authored-by: LuitelSamikshya <[email protected]> Co-authored-by: LuitelSamikshya <[email protected]> Co-authored-by: mzack <[email protected]>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v3.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was
linked to
issues
Mar 6, 2022
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.