Skip to content

Commit e59421d

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

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="${{ steps.build.output.image }}-ironbank"
111+
image_tag="${{ steps.build.outputs.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)