Skip to content

Commit b8fb953

Browse files
refactor: Add trivy-debian.sh
1 parent e79fc6b commit b8fb953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
bash /tmp/scripts/shfmt-debian.sh "3.5.1"; \
2020
bash /tmp/scripts/shellcheck-debian.sh "0.8.0"; \
2121
bash /tmp/scripts/editorconfig-debian.sh "2.5.0"; \
22-
bash /tmp/scripts/trivy.sh "0.30.4" "debian"; \
22+
bash /tmp/scripts/trivy-debian.sh; \
2323
bash /tmp/scripts/python-debian.sh "system"; \
2424
bash /tmp/scripts/setup-python-tools.sh "/usr/bin/python3"; \
2525
apt-get autoremove; \

0 commit comments

Comments
 (0)