Skip to content

Commit 28ae402

Browse files
committed
fixup! feat: add ironbank trivy scanning
1 parent 68abf63 commit 28ae402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
set -euo pipefail
110110
# NOTE: This is not a real image tag we publish.
111-
image_tag="ghcr.io/coder/coder/ironbank:v$(./scripts/version.sh)"
111+
image_tag="${{ steps.build.output.image }}-ironbank"
112112
./scripts/ironbank/build_ironbank.sh \
113113
--target "$image_tag" \
114114
"build/coder_$(./scripts/version.sh)_linux_amd64"

0 commit comments

Comments
 (0)