Skip to content

Commit e386e7d

Browse files
committed
gh-actions: disable non-working xbom
1 parent 53bcd91 commit e386e7d

2 files changed

Lines changed: 13 additions & 21 deletions

File tree

.github/workflows/publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ on:
2626
required: false
2727
type: string
2828

29-
env:
30-
ARTIFACT_PATTERN: "firestack-aar-*"
31-
SBOM_PATTERN: "firestack-sbom-*"
32-
SBOM_MANIFEST: "manifest.spdx.json"
33-
SBOM_PREDICATE: "https://spdx.dev/Document/v2.2"
34-
35-
permissions:
36-
contents: read
37-
actions: read
38-
attestations: read
39-
packages: write
40-
4129
jobs:
4230

4331
publish:
@@ -68,15 +56,27 @@ jobs:
6856
DIST_DIR: dist
6957
RUN_ID: ${{ inputs.run-id || inputs['build-run-id'] }}
7058
VCSVER_INPUT: ${{ inputs.vcsver }}
59+
# workflow input constants
7160
ARTIFACT_SUBJECTS: ${{ inputs['artifact-subjects'] }}
7261
SBOM_INFO: ${{ inputs['sbom-info'] }}
62+
ARTIFACT_PATTERN: "firestack-aar-*"
63+
SBOM_PATTERN: "firestack-sbom-*"
64+
SBOM_MANIFEST: "manifest.spdx.json"
65+
SBOM_PREDICATE: "https://spdx.dev/Document/v2.2"
66+
67+
permissions:
68+
contents: read
69+
actions: read
70+
attestations: read
71+
packages: write
72+
7373
steps:
7474
- name: 🥏 Checkout
7575
uses: actions/checkout@v6
7676
with:
7777
persist-credentials: false
7878

79-
- name: ℹ️ Source run metadata
79+
- name: 📀 Metadata
8080
id: runmeta
8181
env:
8282
RUN_ID: ${{ env.RUN_ID }}

.github/workflows/xbom.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ name: Cryptography BoM
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ n2 ]
7-
paths:
8-
- '**/*.go'
9-
pull_request:
10-
branches: [ n2 ]
11-
paths:
12-
- '**/*.go'
135

146
jobs:
157

0 commit comments

Comments
 (0)