Skip to content

Create GitHub Action for upstream releases#2386

Open
jan-cerny wants to merge 2 commits into
OpenSCAP:maint-1.3from
jan-cerny:release_action_maint-1.3
Open

Create GitHub Action for upstream releases#2386
jan-cerny wants to merge 2 commits into
OpenSCAP:maint-1.3from
jan-cerny:release_action_maint-1.3

Conversation

@jan-cerny

Copy link
Copy Markdown
Member

This commit updates the upstream release process and introduces a GitHub Action that performs the upstream release and creates tarball automatically.

Having an automated, ephemeral and isolated release pipeline significantly reduces risk of releasing a compromised release. It helps ensure that the release tarballs don't contain unwanted artifacts and aren't affected by compromised environment.

This commit updates the upstream release process and introduces
a GitHub Action that performs the upstream release and creates
tarball automatically.

Having an automated, ephemeral and isolated release pipeline
significantly reduces risk of releasing a compromised release.
It helps ensure that the release tarballs don't contain unwanted
artifacts and aren't affected by compromised environment.
Comment thread .github/workflows/release.yml Outdated
- name: Build source tarball
run: |
mkdir -p build
cd build

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use working-directory here?

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants