Skip to content

Commit 329935e

Browse files
committed
Add PCI pull request template
Fix configutil needing `tidy` run so that checks pass
1 parent a5126b0 commit 329935e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## PCI review checklist
2+
3+
<!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 -->
4+
5+
- [ ] If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
6+
7+
- [ ] If applicable, I've worked with GRC to document the impact of any changes to security controls.
8+
9+
Examples of changes to controls include access controls, encryption, logging, etc.
10+
11+
- [ ] If applicable, I've worked with GRC to ensure compliance due to a significant change to the in-scope PCI environment.
12+
13+
Examples include changes to operating systems, ports, protocols, services, cryptography-related components, PII processing code, etc.

configutil/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/fatih/color v1.16.0 // indirect
3636
github.com/golang/protobuf v1.5.3 // indirect
3737
github.com/google/uuid v1.3.1 // indirect
38-
github.com/hashicorp/cli v1.1.6 // indirect
38+
github.com/hashicorp/cli v1.1.7 // indirect
3939
github.com/hashicorp/errwrap v1.1.0 // indirect
4040
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect
4141
github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1 // indirect

configutil/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
2525
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
2626
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
2727
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
28-
github.com/hashicorp/cli v1.1.6 h1:CMOV+/LJfL1tXCOKrgAX0uRKnzjj/mpmqNXloRSy2K8=
29-
github.com/hashicorp/cli v1.1.6/go.mod h1:MPon5QYlgjjo0BSoAiN0ESeT5fRzDjVRp+uioJ0piz4=
28+
github.com/hashicorp/cli v1.1.7 h1:/fZJ+hNdwfTSfsxMBa9WWMlfjUZbX8/LnUxgAd7lCVU=
29+
github.com/hashicorp/cli v1.1.7/go.mod h1:e6Mfpga9OCT1vqzFuoGZiiF/KaG9CbUfO5s3ghU3YgU=
3030
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
3131
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
3232
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

0 commit comments

Comments
 (0)