From 8db705aabc869c6f7a9c9c8561018ff2d4de1a81 Mon Sep 17 00:00:00 2001 From: Oleksandra Pavlusieva Date: Wed, 18 Oct 2023 15:04:52 +0300 Subject: [PATCH 1/2] Add files via upload --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index fb23841..2ca8102 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -21,7 +21,7 @@ security features are welcome on GitHub Issues. Security updates will be released on a regular cadence. Many of our projects will typically release security fixes in conjunction with the -[Oracle Critical Patch Update][3] program. Additional +Oracle Critical Patch Update program. Additional information, including past advisories, is available on our [security alerts][4] page. From 3e5561ab45f8d108597cc6673bde253c5f7d13af Mon Sep 17 00:00:00 2001 From: Oleksandra Pavlusieva Date: Wed, 18 Oct 2023 15:05:45 +0300 Subject: [PATCH 2/2] Delete build_spec.yaml --- build_spec.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 build_spec.yaml diff --git a/build_spec.yaml b/build_spec.yaml deleted file mode 100644 index 9077e28..0000000 --- a/build_spec.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (c) 2022, Oracle and/or its affiliates. -# Licensed under the Universal Permissive License v 1.0 as shown at -# https://oss.oracle.com/licenses/upl. - -version: 0.1 -component: build -timeoutInSeconds: 1000 -shell: bash - -steps: - - type: Command - name: "compress the repo" - command: | - tar -cvzf ${OCI_WORKSPACE_DIR}/repo.tgz ./ -outputArtifacts: - - name: artifact - type: BINARY - location: ${OCI_WORKSPACE_DIR}/repo.tgz