Skip to content

Commit e89d471

Browse files
testing
1 parent 03f766b commit e89d471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ jobs:
4747
platforms: linux/arm64/v8,linux/amd64
4848
load: true
4949

50-
- name: Generate SBOM with Syft
50+
- name: Syft
5151
uses: anchore/sbom-action@v0
5252
with:
5353
image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
5454
format: spdx-json
5555
output-file: sbom.spdx.json
5656

57-
- name: Scan for vulnerabilities with Grype
57+
- name: GRYPE
5858
uses: anchore/scan-action@v3
5959
with:
6060
image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
6161
output-file: vulnerabilities.json
6262
fail-on-severity: high
6363

64-
- name: Upload security reports as artifacts
64+
- name: Upload arti
6565
uses: actions/upload-artifact@v4
6666
with:
6767
name: security-reports

0 commit comments

Comments
 (0)