Skip to content

Commit

Permalink
Improve README/SBOM
Browse files Browse the repository at this point in the history
* Use logical workflow name
* Use modern ubuntu version
  • Loading branch information
AB-xdev authored Dec 3, 2024
1 parent 18f2510 commit d2d219e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit d2d219e

Please sign in to comment.