File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 50
50
uses : intel/ai-containers/.github/workflows/container-ci.yaml@main
51
51
with :
52
52
group_dir : ${{ matrix.group }}
53
- ref : main
54
53
secrets : inherit
55
54
# helm-ci:
56
55
# runs-on: kubectl
67
66
# config: '--all --namespace helm-ci'
68
67
# list_changed: false
69
68
# kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
70
- scan :
71
- name : gitleaks
72
- runs-on : ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
73
- steps :
74
- - name : Harden Runner
75
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
76
- with :
77
- egress-policy : audit
78
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
79
- with :
80
- fetch-depth : 0
81
- - uses : gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6
82
- env :
83
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
- GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE}}
You can’t perform that action at this time.
0 commit comments