File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,47 +9,37 @@ 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"
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"
3737
3838 build :
39- needs :
40- - validate
41- - trivy
4239 uses : " ./.github/workflows/lib-build.yaml"
4340
44- e2e :
45- needs :
46- - build
47- uses : " ./.github/workflows/lib-e2e.yaml"
48-
49- # devel image push
50- publish :
51- needs :
52- - e2e
53- - build
54- uses : " ./.github/workflows/lib-publish.yaml"
55- secrets : inherit
41+ # e2e:
42+ # needs:
43+ # - build
44+ # uses: "./.github/workflows/lib-e2e.yaml"
45+
You can’t perform that action at this time.
0 commit comments