From 0fc7a16b4b78c2ed70c76a3362fda964126c52a3 Mon Sep 17 00:00:00 2001 From: Michael Lieberman Date: Fri, 22 Dec 2023 08:31:39 -0500 Subject: [PATCH] Initialize go module for skoot-new-new-1 --- SECURITY_INSIGHTS.yaml | 15 +++++++++++++++ go.mod | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 SECURITY_INSIGHTS.yaml create mode 100644 go.mod diff --git a/SECURITY_INSIGHTS.yaml b/SECURITY_INSIGHTS.yaml new file mode 100644 index 0000000..4e4d98a --- /dev/null +++ b/SECURITY_INSIGHTS.yaml @@ -0,0 +1,15 @@ +contribution-policy: + accepts-automated-pull-requests: true + accepts-pull-requests: true +distribution-points: [] +header: + expiration-date: 2024-12-21T13:31:39.376029Z + license: https://github.com/kusaridev/skoot-go/blob/main/LICENSE + project-url: https://github.com/kusaridev/skoot-go + schema-version: 1.0.0 +project-lifecycle: + bug-fixes-only: false + status: active +security-contacts: [] +vulnerability-reporting: + accepts-vulnerability-reports: false diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..025d055 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/mlieberman85/skoot-new-new-1 + +go 1.20