Skip to content

Commit 3afa9b6

Browse files
committed
install zizmor using pypi
1 parent 2e3d943 commit 3afa9b6

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

src/base/.devcontainer/.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ direnv 2.37.1
33
actionlint 1.7.11
44
ruby 3.3.0
55
yq 4.52.4
6-
rust 1.94.0

src/base/.devcontainer/scripts/vscode_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/aws-cloud
2626

2727
# install base asdf versions of common tools
2828
cd /home/vscode
29-
RUST_WITHOUT=rust-docs asdf install
30-
cargo install --locked zizmor@1.23.1
29+
asdf install

src/languages/node_24_python_3_10/.devcontainer/scripts/vscode_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git
66

77
asdf install python
88
asdf install
9+
pip install --user zizmor@1.23.1

src/languages/node_24_python_3_12/.devcontainer/scripts/vscode_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ asdf install python
88
asdf install
99

1010
# install cfn-lint
11-
pip install --user cfn-lint
11+
pip install --user cfn-lint@1.47.1
12+
pip install --user zizmor@1.23.1

src/languages/node_24_python_3_13/.devcontainer/scripts/vscode_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ asdf install python
88
asdf install
99

1010
# install cfn-lint
11-
pip install --user cfn-lint
11+
pip install --user cfn-lint@1.47.1
12+
pip install --user zizmor@1.23.1

src/languages/node_24_python_3_14/.devcontainer/scripts/vscode_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ asdf install python
88
asdf install
99

1010
# install cfn-lint
11-
pip install --user cfn-lint
11+
pip install --user cfn-lint@1.47.1
12+
pip install --user zizmor@1.23.1

0 commit comments

Comments
 (0)