Skip to content

Commit

Permalink
Merge pull request #55 from kubescape/add-dco
Browse files Browse the repository at this point in the history
Add DCO signoff to GitHub Action
  • Loading branch information
craigbox authored Dec 7, 2023
2 parents b21c8cd + 6c9f855 commit 74fca79
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 74fca79

Please sign in to comment.