Skip to content

Commit 43851ed

Browse files
committed
ci(zizmor): ignore false positive
1 parent 182fa86 commit 43851ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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
@@ -52,6 +52,7 @@ jobs:
5252
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5353
id: build
5454
with:
55+
# zizmor: ignore[template-injection] no user input
5556
context: ${{ env.IMAGE }}
5657
platforms: linux/amd64,linux/arm64
5758
pull: true

0 commit comments

Comments
 (0)