Skip to content

Commit

Permalink
Add DCO signoff to GitHub Action
Browse files Browse the repository at this point in the history
Required to make the automation succeed.

Signed-off-by: Craig Box <[email protected]>
  • Loading branch information
craigbox authored Dec 7, 2023
1 parent b21c8cd commit 6c9f855
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
with:
add-paths: |
Dockerfile
commit-message: "Bump kubescape version into ${{ env.latest }}"
title: "[Kubescape] Bump kubescape version into ${{ env.latest }}"
commit-message: "Bump kubescape version to ${{ env.latest }}"
signoff: true
title: "[Kubescape] Bump kubescape version to ${{ env.latest }}"
body: |
# Overview
This PR bumps the kubescape version used in this action Docker image to the latest: ${{ env.latest }}
This PR bumps the `kubescape` version used in this action's Docker image to version ${{ env.latest }}
base: ${{ github.head_ref }}
branch: kubescape-bump-${{ env.latest }}-${{ github.head_ref || github.ref_name }}
delete-branch: true
Expand All @@ -44,4 +45,4 @@ jobs:
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d
with:
tag_name: ${{ env.current }}
body: Bump kubescape version into ${{ env.current }}
body: Bump kubescape version to ${{ env.current }}

0 comments on commit 6c9f855

Please sign in to comment.