mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
chore: tweak some workflow text (#1190)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
parent
6716ca5e24
commit
c1bc54f943
3 changed files with 7 additions and 7 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -152,7 +152,7 @@ jobs:
|
|||
with:
|
||||
status: ${{ job.status }}
|
||||
fields: repo,workflow,action,eventName
|
||||
text: "A new Grype release has been published: https://github.com/anchore/grype/releases/tag/${{ github.ref_name }}"
|
||||
text: "A new Grype release has been published: https://github.com/anchore/grype/releases/tag/${{ github.event.inputs.version }}"
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
|
||||
if: ${{ success() }}
|
||||
|
@ -160,4 +160,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
path: dist/**/*
|
||||
name: artifacts
|
||||
name: artifacts
|
||||
|
|
4
.github/workflows/update-bootstrap-tools.yml
vendored
4
.github/workflows/update-bootstrap-tools.yml
vendored
|
@ -64,8 +64,8 @@ jobs:
|
|||
delete-branch: true
|
||||
branch: auto/latest-bootstrap-tools
|
||||
labels: dependencies
|
||||
commit-message: 'Update grype bootstrap tools to latest versions.'
|
||||
title: 'Update grype bootstrap tools to latest versions.'
|
||||
commit-message: 'chore(deps): update bootstrap tools to latest versions'
|
||||
title: 'chore(deps): update bootstrap tools to latest versions'
|
||||
body: |
|
||||
- [golangci-lint ${{ steps.latest-versions.outputs.GOLANGCILINT }}](https://github.com/golangci/golangci-lint/releases/tag/${{ steps.latest-versions.outputs.GOLANGCILINT }})
|
||||
- [bouncer ${{ steps.latest-versions.outputs.BOUNCER }}](https://github.com/wagoodman/go-bouncer/releases/tag/${{ steps.latest-versions.outputs.BOUNCER }})
|
||||
|
|
6
.github/workflows/update-syft-release.yml
vendored
6
.github/workflows/update-syft-release.yml
vendored
|
@ -45,10 +45,10 @@ jobs:
|
|||
with:
|
||||
signoff: true
|
||||
delete-branch: true
|
||||
branch: auto/latest
|
||||
branch: auto/latest-syft
|
||||
labels: dependencies
|
||||
commit-message: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
||||
title: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
||||
commit-message: "chore(deps): update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
||||
title: "chore(deps): update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
||||
body: |
|
||||
Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}
|
||||
token: ${{ steps.generate-token.outputs.token }}
|
||||
|
|
Loading…
Reference in a new issue