File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 security-events : write
2424 uses : " ./.github/workflows/lib-trivy.yaml"
2525
26- validate :
27- uses : " ./.github/workflows/lib-validate.yaml"
26+ # validate:
27+ # uses: "./.github/workflows/lib-validate.yaml"
2828
2929 codeql :
3030 permissions :
@@ -33,13 +33,13 @@ jobs:
3333 security-events : write
3434 uses : " ./.github/workflows/lib-codeql.yaml"
3535
36- build :
37- needs :
38- - trivy
39- - validate
40- uses : " ./.github/workflows/lib-build.yaml"
36+ # build:
37+ # needs:
38+ # - trivy
39+ # - validate
40+ # uses: "./.github/workflows/lib-build.yaml"
4141
42- e2e :
43- needs :
44- - build
45- uses : " ./.github/workflows/lib-e2e.yaml"
42+ # e2e:
43+ # needs:
44+ # - build
45+ # uses: "./.github/workflows/lib-e2e.yaml"
Original file line number Diff line number Diff line change 1818 with :
1919 upload-to-github-security-tab : true
2020
21- validate :
22- uses : " ./.github/workflows/lib-validate.yaml"
21+ # validate:
22+ # uses: "./.github/workflows/lib-validate.yaml"
2323
2424 codeql :
2525 permissions :
@@ -35,21 +35,21 @@ jobs:
3535 security-events : write
3636 uses : " ./.github/workflows/lib-scorecard.yaml"
3737
38- build :
39- needs :
40- - validate
41- - trivy
42- uses : " ./.github/workflows/lib-build.yaml"
38+ # build:
39+ # needs:
40+ # - validate
41+ # - trivy
42+ # uses: "./.github/workflows/lib-build.yaml"
4343
44- e2e :
45- needs :
46- - build
47- uses : " ./.github/workflows/lib-e2e.yaml"
44+ # e2e:
45+ # needs:
46+ # - build
47+ # uses: "./.github/workflows/lib-e2e.yaml"
4848
4949 # devel image push
50- publish :
51- needs :
52- - e2e
53- - build
54- uses : " ./.github/workflows/lib-publish.yaml"
55- secrets : inherit
50+ # publish:
51+ # needs:
52+ # - e2e
53+ # - build
54+ # uses: "./.github/workflows/lib-publish.yaml"
55+ # secrets: inherit
You can’t perform that action at this time.
0 commit comments