From ecf3f8a04e7cf4dbb0af52dc309df8cb2f94a161 Mon Sep 17 00:00:00 2001 From: "hf-secutity-analysis[bot]" <265538906+hf-secutity-analysis[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:26:21 +0000 Subject: [PATCH] fix(security): remediate workflow vulnerability in .github/workflows/full_tests.yml --- .github/workflows/full_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/full_tests.yml b/.github/workflows/full_tests.yml index 8dd1fcb1c..350234bc7 100644 --- a/.github/workflows/full_tests.yml +++ b/.github/workflows/full_tests.yml @@ -200,7 +200,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Get Docker Hub Token and Delete Image - # zizmor: ignore[template-injection] env: DOCKERHUB_LEROBOT_USERNAME: ${{ secrets.DOCKERHUB_LEROBOT_USERNAME }} DOCKERHUB_LEROBOT_PASSWORD: ${{ secrets.DOCKERHUB_LEROBOT_PASSWORD }} @@ -232,4 +231,4 @@ jobs: exit 1 fi -# TODO(Steven): Check dockerimages pull in ubuntu +# TODO(Steven): Check dockerimages pull in ubuntu \ No newline at end of file