Skip to content

Commit 341edbf

Browse files
committed
ci(zizmor): ignore false positive
1 parent 47116e1 commit 341edbf

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
@@ -49,6 +49,7 @@ jobs:
4949
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5050
id: build
5151
with:
52+
# zizmor: ignore[template-injection] no user input
5253
context: ${{ env.IMAGE }}
5354
platforms: linux/amd64,linux/arm64
5455
pull: true

0 commit comments

Comments
 (0)