From aba8bedddaf2cf971de3bd576e9740dfa8f272bc Mon Sep 17 00:00:00 2001 From: "hf-secutity-analysis[bot]" <265538906+hf-secutity-analysis[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:34: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 8b7d28123..1d7e5b267 100644 --- a/.github/workflows/full_tests.yml +++ b/.github/workflows/full_tests.yml @@ -202,7 +202,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 }} @@ -234,4 +233,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