auth0 / go-jwt-middleware

A Middleware for Go Programming Language to check for JWTs on HTTP requests
MIT License
1.08k stars 205 forks source link

Bump Templum/govulncheck-action from 0.10.1 to 1.0.0 #218

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Templum/govulncheck-action from 0.10.1 to 1.0.0.

Release notes

Sourced from Templum/govulncheck-action's releases.

v1.0.0

What's Changed

💥⚠️ This release contains breaking changes that are not backwards compatible with v0 version of govulncheck. So if you upgrade make sure to select 1.0 (or above). The defaults of the action also have been updated to reflect this.

Full Changelog: https://github.com/Templum/govulncheck-action/compare/v0.11.0...v1.0.0

Commits
  • 6bb063b :boom: :alien: Adjusted code to vulncheck 1.0 (breaks with v0 code) (#48)
  • b711cfd Revert ":pushpin: Pinned default's to latest govulncheck (1.0) and golang 1.2...
  • 80b479b :pushpin: Pinned default's to latest govulncheck (1.0) and golang 1.20.6 (#46)
  • a7ffe00 :arrow_up: Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#44)
  • c3dd6c8 :arrow_up: Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#43)
  • f1346a0 :arrow_up: Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#42)
  • 8bfebf3 :arrow_up: Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#41)
  • ee66b16 ⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.1.3 to 2.2.0 (#40)
  • 3872d5c :arrow_up: Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#39)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (54e25fd) 94.78% compared to head (a6a19f8) 94.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #218 +/- ## ======================================= Coverage 94.78% 94.78% ======================================= Files 7 7 Lines 307 307 ======================================= Hits 291 291 Misses 12 12 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.