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,17 +9,17 @@ 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"
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"
2323
2424 codeql :
2525 permissions :
@@ -28,28 +28,28 @@ jobs:
2828 security-events : write
2929 uses : " ./.github/workflows/lib-codeql.yaml"
3030
31- scorecard :
32- permissions :
33- contents : read
34- id-token : write
35- security-events : write
36- uses : " ./.github/workflows/lib-scorecard.yaml"
31+ # scorecard:
32+ # permissions:
33+ # contents: read
34+ # id-token: write
35+ # security-events: write
36+ # 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