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

Bump dependencies, use GitHub Actions instead of Travis CI #39

Merged
merged 10 commits into from
Apr 27, 2023

Conversation

mrackoa
Copy link
Contributor

@mrackoa mrackoa commented Apr 26, 2023

No description provided.

dependabot bot and others added 4 commits April 25, 2023 10:30
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200602114024-627f9648deb9 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…x/net-0.7.0

Bump golang.org/x/net from 0.0.0-20200602114024-627f9648deb9 to 0.7.0
@mrackoa
Copy link
Contributor Author

mrackoa commented Apr 26, 2023

/test

@mrackoa mrackoa force-pushed the setup-repo branch 2 times, most recently from 5988b74 to a547ec5 Compare April 26, 2023 13:33
cmd/encrypt.go Outdated
func ExecuteEncrypt() error {
if ep.value == "" {
bytes, err := ioutil.ReadAll(os.Stdin)
bytes, err := io.ReadAll(os.Stdin)

Check warning

Code scanning / govulncheck

GO-2023-1704

cmd/encrypt.go:28:27: github.com/wandera/scccmd/cmd.ExecuteEncrypt calls io.ReadAll, which eventually calls net/textproto.Reader.ReadMIMEHeader
cmd/encrypt.go Outdated
func ExecuteEncrypt() error {
if ep.value == "" {
bytes, err := ioutil.ReadAll(os.Stdin)
bytes, err := io.ReadAll(os.Stdin)

Check warning

Code scanning / govulncheck

GO-2023-1705

cmd/encrypt.go:28:27: github.com/wandera/scccmd/cmd.ExecuteEncrypt calls io.ReadAll, which eventually calls net/textproto.Reader.ReadMIMEHeader
@mrackoa mrackoa force-pushed the setup-repo branch 3 times, most recently from 337b7a4 to c1a2e70 Compare April 27, 2023 07:46
@mrackoa mrackoa requested a review from jsfpdn April 27, 2023 07:59
@mrackoa mrackoa marked this pull request as ready for review April 27, 2023 07:59
cmd/decrypt.go Fixed Show fixed Hide fixed
cmd/decrypt.go Fixed Show fixed Hide fixed
@mrackoa mrackoa changed the title TRIVIAL setup the project Bump dependencies, use GitHub Actions instead of Travis CI Apr 27, 2023
@mrackoa mrackoa requested a review from coufalja April 27, 2023 11:48
@mrackoa mrackoa merged commit c14c1c2 into master Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants