Skip to content

Commit

Permalink
Update centrally managed files (#190)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
soleng-terraform[bot] authored Dec 12, 2024
1 parent 998f44e commit 0101847
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected].2
- name: Promote charm to channel
uses: canonical/charming-actions/promote[email protected].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"
16 changes: 16 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation -->
<!-- To update the file: -->
<!-- - Edit it in the canonical/solutions-engineering-automation repository. -->
<!-- - Open a PR with the changes. -->
<!-- - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes. -->

# 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.

0 comments on commit 0101847

Please sign in to comment.