Skip to content

Commit

Permalink
misc(backend): fix sscache -> sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 20, 2024
1 parent a764402 commit eb436a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_trtllm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ARG is_gha_build="false"

# SCCACHE Specifics args - before finding a better, more generic, way...
ARG aws_access_key_id

Check warning on line 74 in Dockerfile_trtllm

View workflow job for this annotation

GitHub Actions / build

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "aws_access_key_id") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ARG aws_secret_key_id
ARG aws_secret_access_key

Check warning on line 75 in Dockerfile_trtllm

View workflow job for this annotation

GitHub Actions / build

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "aws_secret_access_key") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ARG aws_session_token

Check warning on line 76 in Dockerfile_trtllm

View workflow job for this annotation

GitHub Actions / build

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "aws_session_token") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ARG sccache_bucket
ARG sccache_s3_key_prefix
Expand Down

0 comments on commit eb436a7

Please sign in to comment.