File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
4129jobs :
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 }}
Original file line number Diff line number Diff line change @@ -2,14 +2,6 @@ name: Cryptography BoM
22
33on :
44 workflow_dispatch :
5- push :
6- branches : [ n2 ]
7- paths :
8- - ' **/*.go'
9- pull_request :
10- branches : [ n2 ]
11- paths :
12- - ' **/*.go'
135
146jobs :
157
You can’t perform that action at this time.
0 commit comments