File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -52,21 +52,21 @@ jobs:
52
52
group_dir : ${{ matrix.group }}
53
53
ref : main
54
54
secrets : inherit
55
- helm-ci :
56
- runs-on : kubectl
57
- steps :
58
- - name : Harden Runner
59
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
60
- with :
61
- egress-policy : audit
62
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
- with :
64
- fetch-depth : 0
65
- - uses : intel/ai-containers/workflows/charts@main
66
- with :
67
- config : ' --all --namespace helm-ci'
68
- list_changed : false
69
- kubeconfig_path : ${{ secrets.KUBECONFIG_PATH }}
55
+ # helm-ci:
56
+ # runs-on: kubectl
57
+ # steps:
58
+ # - name: Harden Runner
59
+ # uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
60
+ # with:
61
+ # egress-policy: audit
62
+ # - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
+ # with:
64
+ # fetch-depth: 0
65
+ # - uses: intel/ai-containers/workflows/charts@main
66
+ # with:
67
+ # config: '--all --namespace helm-ci'
68
+ # list_changed: false
69
+ # kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
70
70
scan :
71
71
name : gitleaks
72
72
runs-on : ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments