From 4bee85ef5b4c9d3499b7f4f8604955e8ef1d3916 Mon Sep 17 00:00:00 2001 From: Oleksandra Pavlusieva Date: Tue, 29 Aug 2023 11:48:37 +0300 Subject: [PATCH 1/2] Delete build_spec.yaml --- build_spec.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 build_spec.yaml diff --git a/build_spec.yaml b/build_spec.yaml deleted file mode 100644 index fcc002b7..00000000 --- a/build_spec.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (c) 2022, 2023, Oracle and/or its affiliates. - -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 From 556fa21507ef889b586ff3facaca902c679d01da Mon Sep 17 00:00:00 2001 From: Oleksandra Pavlusieva Date: Tue, 29 Aug 2023 11:49:17 +0300 Subject: [PATCH 2/2] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index fb238413..2ca81027 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.