Skip to content

Commit 2977b1e

Browse files
committed
ci(zizmor): ignore false positive
1 parent 4692a5c commit 2977b1e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5858
id: build
5959
with:
60+
# zizmor: ignore[template-injection] no user input
6061
context: ${{ env.IMAGE }}
6162
platforms: linux/amd64,linux/arm64
6263
pull: true

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5151
id: build
5252
with:
53+
# zizmor: ignore[template-injection] no user input
5354
context: ${{ env.IMAGE }}
5455
platforms: linux/amd64,linux/arm64
5556
pull: true

0 commit comments

Comments
 (0)