Skip to content

Commit b065e30

Browse files
committed
Update cd-public-builder-grype-scan.yml
1 parent ddb8315 commit b065e30

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd-public-builder-grype-scan.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#
5454
# can add custom runner images per https://docs.github.com/en/actions/how-tos/manage-runners/larger-runners/use-custom-images on large self-hosted runners
5555

56-
name: Dispatch Grype Scan
56+
name: CD Grype Scan for public Habitat Packages (bldr.habitat.sh)
5757

5858
on:
5959
workflow_dispatch:
@@ -97,9 +97,9 @@ on:
9797

9898
jobs:
9999
habitat-grype-scan-linux:
100-
name: 'Grype scan of Habitat packages (ubuntu-latest)'
100+
name: 'Grype scan (ubuntu-latest)'
101101
runs-on: ubuntu-latest
102-
if: ${{ success() && inputs.publish-habitat-runner_os == 'ubuntu-latest' }}
102+
if: ${{ success() && inputs.runner_os == 'ubuntu-latest' }}
103103
steps:
104104
- name: Install Chef Habitat
105105
run: |
@@ -173,9 +173,9 @@ jobs:
173173
path: ${{ env.OUTPUT_FILE }}
174174

175175
habitat-grype-scan-macos:
176-
name: 'Grype scan of Habitat packages (macos-latest)'
176+
name: 'Grype scan (macos-latest)'
177177
runs-on: macos-15-intel
178-
if: ${{ success() && inputs.publish-habitat-runner_os == 'macos-15-intel' }}
178+
if: ${{ success() && inputs.runner_os == 'macos-15-intel' }}
179179
steps:
180180
- name: Install Chef Habitat
181181
run: |
@@ -249,9 +249,9 @@ jobs:
249249
path: ${{ env.OUTPUT_FILE }}
250250

251251
habitat-grype-scan-windows:
252-
name: 'Grype scan of Habitat packages (windows-latest)'
252+
name: 'Grype scan (windows-latest)'
253253
runs-on: windows-latest
254-
if: ${{ success() && inputs.publish-habitat-runner_os == 'windows-latest' }}
254+
if: ${{ success() && inputs.runner_os == 'windows-latest' }}
255255
steps:
256256
- name: Install Chef Habitat (Windows)
257257
run: |

0 commit comments

Comments
 (0)