Skip to content

Commit 6fff229

Browse files
committed
initial data
1 parent 7b557a7 commit 6fff229

6 files changed

Lines changed: 4416 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Generate SBOM
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
generate:
10+
name: Generate Jobs
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Install Pixi
14+
uses: prefix-dev/setup-pixi@v0.9.6
15+
- name: Install envs
16+
run: pixi install --all
17+
- name: Generate SBOM
18+
uses: anchore/sbom-action@v0
19+
with:
20+
path: .pixi/envs/openfe
21+
config: syft-config.json
22+
upload-release-assets: false

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# pixi environments
2+
.pixi/*
3+
!.pixi/config.toml

0 commit comments

Comments
 (0)