There was an error while loading. Please reload this page.
1 parent 01ee46d commit 65c6eb8Copy full SHA for 65c6eb8
1 file changed
.github/workflows/sbom-pg-atlas.yml
@@ -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