mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
chore: tweak some workflow text (#1685)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
parent
100cf1003d
commit
34ace36a9e
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -151,7 +151,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
fields: repo,workflow,action,eventName
|
fields: repo,workflow,action,eventName
|
||||||
text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.ref_name }}"
|
text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.event.inputs.version }}"
|
||||||
env:
|
env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|||||||
4
.github/workflows/update-bootstrap-tools.yml
vendored
4
.github/workflows/update-bootstrap-tools.yml
vendored
@ -64,8 +64,8 @@ jobs:
|
|||||||
delete-branch: true
|
delete-branch: true
|
||||||
branch: auto/latest-bootstrap-tools
|
branch: auto/latest-bootstrap-tools
|
||||||
labels: dependencies
|
labels: dependencies
|
||||||
commit-message: 'Update syft bootstrap tools to latest versions.'
|
commit-message: 'chore(deps): update bootstrap tools to latest versions'
|
||||||
title: 'Update syft bootstrap tools to latest versions.'
|
title: 'chore(deps): update bootstrap tools to latest versions'
|
||||||
body: |
|
body: |
|
||||||
- [golangci-lint ${{ steps.latest-versions.outputs.GOLANGCILINT }}](https://github.com/golangci/golangci-lint/releases/tag/${{ steps.latest-versions.outputs.GOLANGCILINT }})
|
- [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 }})
|
- [bouncer ${{ steps.latest-versions.outputs.BOUNCER }}](https://github.com/wagoodman/go-bouncer/releases/tag/${{ steps.latest-versions.outputs.BOUNCER }})
|
||||||
|
|||||||
@ -42,10 +42,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
signoff: true
|
signoff: true
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
branch: auto/latest
|
branch: auto/latest-stereoscope
|
||||||
labels: dependencies
|
labels: dependencies
|
||||||
commit-message: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
commit-message: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
||||||
title: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
title: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
|
||||||
body: |
|
body: |
|
||||||
Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}
|
Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user