grype release message update (#914)

This commit is contained in:
Christopher Angelo Phillips 2022-09-06 11:46:59 -04:00 committed by GitHub
parent d5b825e40b
commit 78d87c1e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ jobs:
with:
status: ${{ job.status }}
fields: repo,workflow,action,eventName
text: "A new Grype release is ready to be manually published: https://github.com/anchore/grype/releases"
text: "A new Grype release has been published: https://github.com/anchore/grype/releases/tag/${{ github.ref_name }}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
if: ${{ success() }}