From d2d219e988f42916ca877cdbd4fe71b821178db1 Mon Sep 17 00:00:00 2001 From: Alex B <45384811+AB-xdev@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:44:35 +0100 Subject: [PATCH] Improve README/SBOM * Use logical workflow name * Use modern ubuntu version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b8c988..724e3e4 100644 --- a/README.md +++ b/README.md @@ -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: @@ -580,7 +580,7 @@ permissions: jobs: build: name: Checks - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 @@ -601,7 +601,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: @@ -614,7 +614,7 @@ permissions: jobs: build: name: Checks - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Scan image in a private registry uses: aquasecurity/trivy-action@0.28.0