You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: ignore secrets-outside-env for DOCKERHUB_TOKEN
super-linter v8.6.0 ships zizmor 1.23.1, which predates the
secrets-outside-env allowlist option (added in 1.24.0), so the
zizmor.yaml allowlist is ignored. Use inline ignore comments as a
temporary workaround.
password: ${{ secrets.DOCKERHUB_TOKEN }}# zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over
password: ${{ secrets.DOCKERHUB_TOKEN }}# zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over
password: ${{ secrets.DOCKERHUB_TOKEN }}# zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over
password: ${{ secrets.DOCKERHUB_TOKEN }}# zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over
password: ${{ secrets.DOCKERHUB_TOKEN }}# zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over
0 commit comments