diff --git a/.github/workflows/weekly-test.yaml b/.github/workflows/weekly-test.yaml index edbfb7a8..422022c7 100644 --- a/.github/workflows/weekly-test.yaml +++ b/.github/workflows/weekly-test.yaml @@ -50,7 +50,6 @@ jobs: uses: intel/ai-containers/.github/workflows/container-ci.yaml@main with: group_dir: ${{ matrix.group }} - ref: main secrets: inherit # helm-ci: # runs-on: kubectl @@ -67,18 +66,3 @@ jobs: # config: '--all --namespace helm-ci' # list_changed: false # kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }} - scan: - name: gitleaks - runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }} - steps: - - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 - with: - egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - with: - fetch-depth: 0 - - uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}