Improve README/SBOM (#439)

* Improve README/SBOM

* Use logical workflow name
* Use modern ubuntu version

* Update README.md
This commit is contained in:
Alex B
2025-03-12 23:11:45 +01:00
committed by GitHub
parent ef1b561207
commit 53e8848d3e
+6 -8
View File
@@ -567,7 +567,7 @@ In order to send results to GitHub Dependency Graph, you will need to create a [
```yaml
---
name: Pull Request
name: Generate SBOM
on:
push:
branches:
@@ -578,9 +578,8 @@ permissions:
contents: write
jobs:
build:
name: Checks
runs-on: ubuntu-20.04
generate-sbom:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -601,7 +600,7 @@ You can upload the report as an artifact and download it, for instance using the
```yaml
---
name: Pull Request
name: Generate SBOM
on:
push:
branches:
@@ -612,9 +611,8 @@ permissions:
contents: write
jobs:
build:
name: Checks
runs-on: ubuntu-20.04
generate-sbom:
runs-on: ubuntu-latest
steps:
- name: Scan image in a private registry
uses: aquasecurity/trivy-action@0.28.0