|
53 | 53 | # |
54 | 54 | # 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 |
55 | 55 |
|
56 | | -name: Dispatch Grype Scan |
| 56 | +name: CD Grype Scan for public Habitat Packages (bldr.habitat.sh) |
57 | 57 |
|
58 | 58 | on: |
59 | 59 | workflow_dispatch: |
|
97 | 97 |
|
98 | 98 | jobs: |
99 | 99 | habitat-grype-scan-linux: |
100 | | - name: 'Grype scan of Habitat packages (ubuntu-latest)' |
| 100 | + name: 'Grype scan (ubuntu-latest)' |
101 | 101 | runs-on: ubuntu-latest |
102 | | - if: ${{ success() && inputs.publish-habitat-runner_os == 'ubuntu-latest' }} |
| 102 | + if: ${{ success() && inputs.runner_os == 'ubuntu-latest' }} |
103 | 103 | steps: |
104 | 104 | - name: Install Chef Habitat |
105 | 105 | run: | |
@@ -173,9 +173,9 @@ jobs: |
173 | 173 | path: ${{ env.OUTPUT_FILE }} |
174 | 174 |
|
175 | 175 | habitat-grype-scan-macos: |
176 | | - name: 'Grype scan of Habitat packages (macos-latest)' |
| 176 | + name: 'Grype scan (macos-latest)' |
177 | 177 | 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' }} |
179 | 179 | steps: |
180 | 180 | - name: Install Chef Habitat |
181 | 181 | run: | |
@@ -249,9 +249,9 @@ jobs: |
249 | 249 | path: ${{ env.OUTPUT_FILE }} |
250 | 250 |
|
251 | 251 | habitat-grype-scan-windows: |
252 | | - name: 'Grype scan of Habitat packages (windows-latest)' |
| 252 | + name: 'Grype scan (windows-latest)' |
253 | 253 | runs-on: windows-latest |
254 | | - if: ${{ success() && inputs.publish-habitat-runner_os == 'windows-latest' }} |
| 254 | + if: ${{ success() && inputs.runner_os == 'windows-latest' }} |
255 | 255 | steps: |
256 | 256 | - name: Install Chef Habitat (Windows) |
257 | 257 | run: | |
|
0 commit comments