From 3328596969465b3cc732083a907b606a822fbb30 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Tue, 5 Dec 2023 08:14:50 -0600 Subject: [PATCH] Fix pre-commit violations (#87) Signed-off-by: John Kjell --- .github/workflows/witness.yml | 4 ++-- CODE_OF_CONDUCT.md | 1 - MAINTAINERS.md | 2 +- README.md | 2 +- attestation/aws-iid/aws-iid_test.go | 2 +- attestation/commandrun/tracing_linux_test.go | 2 +- hack/boilerplate.go.txt | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index 600e7d3e..7d426e4e 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -15,7 +15,7 @@ on: workflow_call: inputs: - pull_request: + pull_request: required: true type: boolean artifact-download: @@ -39,7 +39,7 @@ on: attestations: required: true type: string - + jobs: witness: runs-on: ubuntu-latest diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b65ee56d..571772ec 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -131,4 +131,3 @@ For answers to common questions about this code of conduct, see the FAQ at [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq [translations]: https://www.contributor-covenant.org/translations - diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7c46c8b9..32441f9a 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -5,4 +5,4 @@ | Cole Kennedy (TestifySec) | [@colek42](https://github.com/colek42) | | John Kjell (TestifySec) | [@jkjell](https://github.com/jkjell) | | Mikhail Swift (TestifySec) | [@mikhailswift](https://github.com/mikhailswift) | -| Aditya Sirish (NYU) | [@adityasaky](https://github.com/adityasaky) | \ No newline at end of file +| Aditya Sirish (NYU) | [@adityasaky](https://github.com/adityasaky) | diff --git a/README.md b/README.md index 8c2afc51..5c28f7d2 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ During the verification process witness will use the [Rekor](https://github.com/ - Vault Key Provider - Cloud KMS Support - Kubernetes Admission Controller -- SIEM Collection Agent +- SIEM Collection Agent - Cosign Signature Validation - Notary v2 Signature Validation - [Zarf](https://github.com/defenseunicorns/zarf) Integration diff --git a/attestation/aws-iid/aws-iid_test.go b/attestation/aws-iid/aws-iid_test.go index 870a9b17..13cb45f3 100644 --- a/attestation/aws-iid/aws-iid_test.go +++ b/attestation/aws-iid/aws-iid_test.go @@ -31,7 +31,7 @@ import ( const iid = `{ "devpayProductCodes" : null, - "marketplaceProductCodes" : [ "1abc2defghijklm3nopqrs4tu" ], + "marketplaceProductCodes" : [ "1abc2defghijklm3nopqrs4tu" ], "availabilityZone" : "us-west-2b", "privateIp" : "10.158.112.84", "version" : "2017-09-30", diff --git a/attestation/commandrun/tracing_linux_test.go b/attestation/commandrun/tracing_linux_test.go index 188d21b6..5a5f2676 100644 --- a/attestation/commandrun/tracing_linux_test.go +++ b/attestation/commandrun/tracing_linux_test.go @@ -31,7 +31,7 @@ TracerPid: 0 Uid: 0 0 0 0 Gid: 0 0 0 0 FDSize: 64 -Groups: +Groups: NStgid: 214 NSpid: 214 NSpgid: 0 diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 65b86227..6975adbe 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -12,4 +12,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -*/ \ No newline at end of file +*/