From 010184700b13d68ad5a1358f26890400d403eb54 Mon Sep 17 00:00:00 2001 From: "soleng-terraform[bot]" <168111096+soleng-terraform[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:22:41 -0500 Subject: [PATCH] Update centrally managed files (#190) * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update SECURITY.md * update SECURITY.md * update .github/workflows/promote.yaml * update SECURITY.md * update .github/workflows/promote.yaml * update SECURITY.md * update .github/workflows/promote.yaml * update SECURITY.md * update .github/workflows/promote.yaml * update .github/workflows/promote.yaml * update SECURITY.md --------- Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> --- .github/workflows/promote.yaml | 5 ++--- SECURITY.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 SECURITY.md diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index e6b4f64..fed31a1 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -30,11 +30,10 @@ jobs: destination=$(echo "$channel_promotion" | sed 's/.*->\s*//') echo "destination-channel=$destination" >> $GITHUB_OUTPUT echo "origin-channel=$origin" >> $GITHUB_OUTPUT - - name: Release charm to channel - uses: canonical/charming-actions/release-charm@2.6.2 + - name: Promote charm to channel + uses: canonical/charming-actions/promote-charm@2.6.3 with: credentials: ${{ secrets.CHARMHUB_TOKEN }} - github-token: ${{ secrets.GITHUB_TOKEN }} destination-channel: ${{ steps.set-channels.outputs.destination-channel }} origin-channel: ${{ steps.set-channels.outputs.origin-channel }} charmcraft-channel: "2.x/stable" diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..8e03eef --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ + + + + + + +# Security policy + + +## Reporting a vulnerability +To report a security issue, file a [Private Security Report](https://github.com/canonical/charm-openstack-service-checks/security/advisories/new) +with a description of the issue, the steps you took to create the issue, affected versions, and, +if known, mitigations for the issue. + +The [Ubuntu Security disclosure and embargo policy](https://ubuntu.com/security/disclosure-policy) +contains more information about what you can expect when you contact us and what we expect from you.