Skip to content

feat: add iron bank Dockerfile & manifest #5934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! feat: add ironbank trivy scanning
  • Loading branch information
deansheather committed Feb 2, 2023
commit 28ae402129f198f9c08cb9be5ac9c9eb859d20b4
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
set -euo pipefail
# NOTE: This is not a real image tag we publish.
image_tag="ghcr.io/coder/coder/ironbank:v$(./scripts/version.sh)"
image_tag="${{ steps.build.output.image }}-ironbank"
./scripts/ironbank/build_ironbank.sh \
--target "$image_tag" \
"build/coder_$(./scripts/version.sh)_linux_amd64"
Expand Down