-
Notifications
You must be signed in to change notification settings - Fork 2
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
Include gocritic, gosec and staticcheck versions #65
Conversation
@jasonodoom - Please note that I added back into the PR description a checkbox that you deleted in what I assume was an accident of haste. |
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
@jsf9k It definitely was. 😓 Thank you! |
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
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.
I don't think this PR should be merged until this conversation is resolved.
That conversation is now resolved. |
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.
LGTM!
This is being done for testing purposes, and this commit can be reverted (or removed) once cisagov/setup-env-github-action#65 is merged.
@jsf9k but doesn't this have to be merged first to pull in the defined package versions? I can actually test in a different branch but the builds from generic will fail if this isn't merged first. |
@jasonodoom - Please see here. I temporarily modified the GitHub Actions workflow in cisagov/skeleton-generic to use this branch to get around this very issue. |
265128b
to
acbb6ea
Compare
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.
Just one adjustment but otherwise LGTM ✔
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
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.
LGTM ✔
…b-action" This reverts commit ddbf6f7. This can be done now that cisagov/setup-env-github-action#65 has been merged.
This is being done for testing purposes, and this commit can be reverted (or removed) once cisagov/setup-env-github-action#65 is merged.
…b-action" This reverts commit ddbf6f7. This can be done now that cisagov/setup-env-github-action#65 has been merged.
🗣 Description
This PR is to track the versions for GoCritic, GoSec and Staticcheck into this repo so it can be consumed/used in GitHub Actions workflows.
💭 Motivation and context
This change is based on current team practices.
🧪 Testing
Pre-commit verified syntactical accuracy.
✅ Pre-approval checklist