File tree Expand file tree Collapse file tree 3 files changed +74
-71
lines changed Expand file tree Collapse file tree 3 files changed +74
-71
lines changed Original file line number Diff line number Diff line change @@ -9,50 +9,52 @@ permissions:
99 pull-requests : read
1010
1111jobs :
12- trivy :
13- permissions :
14- actions : read
15- contents : read
16- security-events : write
17- uses : " ./.github/workflows/lib-trivy.yaml"
18- with :
19- upload-to-github-security-tab : true
20-
21- validate :
22- uses : " ./.github/workflows/lib-validate.yaml"
23-
24- codeql :
25- permissions :
26- actions : read
27- contents : read
28- security-events : write
29- uses : " ./.github/workflows/lib-codeql.yaml"
30-
31- scorecard :
32- permissions :
33- contents : read
34- id-token : write
35- security-events : write
36- uses : " ./.github/workflows/lib-scorecard.yaml"
37-
38- build :
39- needs :
40- - validate
41- - trivy
42- uses : " ./.github/workflows/lib-build.yaml"
43-
44- e2e :
45- needs :
46- - build
47- uses : " ./.github/workflows/lib-e2e.yaml"
12+ # trivy:
13+ # permissions:
14+ # actions: read
15+ # contents: read
16+ # security-events: write
17+ # uses: "./.github/workflows/lib-trivy.yaml"
18+ # with:
19+ # upload-to-github-security-tab: true
20+
21+ # validate:
22+ # uses: "./.github/workflows/lib-validate.yaml"
23+
24+ # codeql:
25+ # permissions:
26+ # actions: read
27+ # contents: read
28+ # security-events: write
29+ # uses: "./.github/workflows/lib-codeql.yaml"
30+
31+ # scorecard:
32+ # permissions:
33+ # contents: read
34+ # id-token: write
35+ # security-events: write
36+ # uses: "./.github/workflows/lib-scorecard.yaml"
37+
38+ # build:
39+ # needs:
40+ # - validate
41+ # - trivy
42+ # uses: "./.github/workflows/lib-build.yaml"
43+
44+ # e2e:
45+ # needs:
46+ # - build
47+ # uses: "./.github/workflows/lib-e2e.yaml"
4848
4949 # devel image push
5050 publish :
5151 permissions :
5252 contents : read
5353 id-token : write
54- needs :
55- - e2e
56- - build
54+ # needs:
55+ # - e2e
56+ # - build
5757 uses : " ./.github/workflows/lib-publish.yaml"
5858 secrets : inherit
59+ with :
60+ registry : docker.io/tkatila
Original file line number Diff line number Diff line change @@ -28,27 +28,27 @@ jobs:
2828 fail-fast : false
2929 matrix :
3030 image :
31- - intel-fpga-admissionwebhook
32- - intel-fpga-initcontainer
33- - intel-gpu-initcontainer
31+ # - intel-fpga-admissionwebhook
32+ # - intel-fpga-initcontainer
33+ # - intel-gpu-initcontainer
3434 - intel-gpu-plugin
35- - intel-fpga-plugin
36- - intel-qat-initcontainer
37- - intel-qat-plugin
38- - intel-deviceplugin-operator
39- - intel-sgx-admissionwebhook
40- - intel-sgx-plugin
41- - intel-sgx-initcontainer
42- - intel-dsa-plugin
43- - intel-iaa-plugin
44- - intel-idxd-config-initcontainer
45- - intel-dlb-plugin
46- - intel-dlb-initcontainer
47- - intel-xpumanager-sidecar
35+ # - intel-fpga-plugin
36+ # - intel-qat-initcontainer
37+ # - intel-qat-plugin
38+ # - intel-deviceplugin-operator
39+ # - intel-sgx-admissionwebhook
40+ # - intel-sgx-plugin
41+ # - intel-sgx-initcontainer
42+ # - intel-dsa-plugin
43+ # - intel-iaa-plugin
44+ # - intel-idxd-config-initcontainer
45+ # - intel-dlb-plugin
46+ # - intel-dlb-initcontainer
47+ # - intel-xpumanager-sidecar
4848
49- # # Demo images
50- - crypto-perf
51- - opae-nlb-demo
49+ # # # Demo images
50+ # - crypto-perf
51+ # - opae-nlb-demo
5252 steps :
5353 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5454 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
Original file line number Diff line number Diff line change @@ -20,28 +20,29 @@ jobs:
2020 # remove first character (v)
2121 run : echo "tag=${TAGNAME:1}" >> "$GITHUB_OUTPUT"
2222
23- trivy :
24- name : Trivy
25- uses : " ./.github/workflows/lib-trivy.yaml"
26- permissions :
27- actions : read
28- contents : read
29- security-events : write
30- with :
31- deployments : false
32- dockerfiles : false
33- export-csv : true
34- upload-to-github-security-tab : false
23+ # trivy:
24+ # name: Trivy
25+ # uses: "./.github/workflows/lib-trivy.yaml"
26+ # permissions:
27+ # actions: read
28+ # contents: read
29+ # security-events: write
30+ # with:
31+ # deployments: false
32+ # dockerfiles: false
33+ # export-csv: true
34+ # upload-to-github-security-tab: false
3535
3636 build :
3737 name : Build & Publish
3838 permissions :
3939 contents : read
4040 id-token : write
4141 needs :
42- - trivy
42+ # - trivy
4343 - tag_fix
4444 uses : " ./.github/workflows/lib-publish.yaml"
4545 secrets : inherit
4646 with :
4747 image_tag : ${{ needs.tag_fix.outputs.fixed_tag }}
48+ registry : docker.io/tkatila
You can’t perform that action at this time.
0 commit comments