Skip to content

Commit 53e8848

Browse files
authored
Improve README/SBOM (#439)
* Improve README/SBOM * Use logical workflow name * Use modern ubuntu version * Update README.md
1 parent ef1b561 commit 53e8848

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ In order to send results to GitHub Dependency Graph, you will need to create a [
567567

568568
```yaml
569569
---
570-
name: Pull Request
570+
name: Generate SBOM
571571
on:
572572
push:
573573
branches:
@@ -578,9 +578,8 @@ permissions:
578578
contents: write
579579
580580
jobs:
581-
build:
582-
name: Checks
583-
runs-on: ubuntu-20.04
581+
generate-sbom:
582+
runs-on: ubuntu-latest
584583
steps:
585584
- name: Checkout code
586585
uses: actions/checkout@v4
@@ -601,7 +600,7 @@ You can upload the report as an artifact and download it, for instance using the
601600

602601
```yaml
603602
---
604-
name: Pull Request
603+
name: Generate SBOM
605604
on:
606605
push:
607606
branches:
@@ -612,9 +611,8 @@ permissions:
612611
contents: write
613612
614613
jobs:
615-
build:
616-
name: Checks
617-
runs-on: ubuntu-20.04
614+
generate-sbom:
615+
runs-on: ubuntu-latest
618616
steps:
619617
- name: Scan image in a private registry
620618
uses: aquasecurity/trivy-action@0.28.0

0 commit comments

Comments
 (0)