From c51fa6b360f90feb7ca7de43177065cc89f79ce4 Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:08:21 -0500 Subject: [PATCH] chore: correct the test steps used in the tag-and-release workflow (#7) Release-As: 38.107.0-uds.1 --- SECURITY.md | 9 +++++++++ tasks/publish.yaml | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..558eb01 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Supported Versions + +As [UDS Software Factory](https://github.com/defenseunicorns/uds-software-factory) has not yet reached v1.0.0, only the current latest minor release is supported. + +## Reporting a Vulnerability + +Please email `security-notice [at] defenseunicorns.com` to report a vulnerability. If you are unable to disclose details via email, please let us know and we can coordinate alternate communications. diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 17453d5..775387b 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -16,9 +16,10 @@ tasks: description: Test the package actions: - task: create:test-bundle + - task: dependencies:create - task: setup:k3d-test-cluster + - task: dependencies:deploy - task: deploy:test-bundle - - task: setup:create-doug-user - task: test:all - name: publish-package