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

ci: Added golangci-lint github action to validate the pull request #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erka
Copy link

@erka erka commented Sep 16, 2021

Changes:

  • Added golangci-lint github action as linters for the pull request
  • Resolve all issues reported by golangci-lint. As part of this fix I have to introduce the breaking change to SAMLServiceProvider.SigningContext() which will also return error. The main issue is that SigningContext hides the sp.signingContext.SetSignatureMethod(....) error if there is unsupported or unset signature method. TestSAML is a good example of this issue.

@erka erka force-pushed the golangci-lint-action branch from a2df6fb to 3ffb546 Compare September 16, 2021 10:56
@erka erka force-pushed the golangci-lint-action branch from 3ffb546 to c9cbbe7 Compare March 9, 2023 15:03
@erka erka force-pushed the golangci-lint-action branch from c9cbbe7 to db45dbd Compare March 9, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant