Skip to content

Commit 9deff63

Browse files
Tyler Titsworthsramakintel
Tyler Titsworth
andauthored
Patch Weekly Tests (#406)
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com> Co-authored-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent d4e468e commit 9deff63

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/weekly-test.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
uses: intel/ai-containers/.github/workflows/container-ci.yaml@main
5151
with:
5252
group_dir: ${{ matrix.group }}
53-
ref: main
5453
secrets: inherit
5554
# helm-ci:
5655
# runs-on: kubectl
@@ -67,18 +66,3 @@ jobs:
6766
# config: '--all --namespace helm-ci'
6867
# list_changed: false
6968
# 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}}

0 commit comments

Comments
 (0)