Skip to content

Commit b501d31

Browse files
authored
Create pg-atlas-sbom.yml
1 parent cb6f9da commit b501d31

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Submit SBOM to PG Atlas
2+
on:
3+
push:
4+
branches: [main]
5+
workflow_dispatch:
6+
7+
concurrency:
8+
group: sbom-${{ github.ref }}
9+
cancel-in-progress: true
10+
11+
jobs:
12+
sbom:
13+
runs-on: ubuntu-latest
14+
timeout-minutes: 5
15+
permissions:
16+
contents: read
17+
id-token: write
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v6
21+
- name: Fetch and submit SBOM
22+
uses: SCF-Public-Goods-Maintenance/pg-atlas-sbom-action@main

0 commit comments

Comments
 (0)