Skip to content

Commit 31a2b4c

Browse files
committed
ci(zizmor): ignore false positive
1 parent e1f20aa commit 31a2b4c

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.REPOSITORY }}
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.REPOSITORY }}
5455
platforms: linux/amd64,linux/arm64
5556
pull: true

0 commit comments

Comments
 (0)