-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA: silence zizmor warnings [ci skip]
Thanks @woodruffw! One of these for each job: ``` error[template-injection]: code injection via template expansion --> .github/workflows/build.yml:67:9 | 67 | - name: 'build' | ^^^^^^^^^^^^^ this step 68 | / run: | 69 | | export CW_CONFIG='awslc-${{ github.ref_name }}-linux-a64-r64-x64' ... | 78 | | "${DOCKER_IMAGE}" \ 79 | | sh -c ./_ci-linux-debian.sh | |_______________________________________^ github.ref_name may expand into attacker-controllable code | = note: audit confidence → High ``` For this project none posed a security issue, because we limit runs to branches `main`, `dev` and `test`.
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters