Skip to content

Commit

Permalink
Merge pull request #5 from mundoalem/fix-alejandra
Browse files Browse the repository at this point in the history
Fix alejandra
  • Loading branch information
egonbraun authored Nov 29, 2024
2 parents f451d87 + 51f0937 commit bda628e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
run: |
set -e
which alejandra
alejandra --version
which checkov
checkov --version
which docker
docker buildx version
which hadolint
hadolint --version
which task
docker buildx version
task --version
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ currently supported project types and jobs are:
| job | Job we are preparing for | Yes | |
| type | Project type we are preparing for | Yes | |
| version_alejandra | Version of alejandra to be installed | No | 3.1.0 |
| version_checkov | Version of checkov to be installed | No | 3.1.38 |
| version_checkov | Version of checkov to be installed | No | 3.2.322 |
| version_hadolint | Version of hadolint to be installed | No | 2.12.0 |
| version_task | Version of task to be installed | No | 3.40.0 |

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inputs:
version_checkov:
description: "Version of checkov to be installed"
required: false
default: "3.1.38"
default: "3.2.322"

version_hadolint:
description: "Version of hadolint to be installed"
Expand Down Expand Up @@ -147,6 +147,6 @@ runs:
curl -fsSL \
-o /usr/local/bin/alejandra \
"https://github.com/kamadorueda/alejandra/releases/download/${{ inputs.version_alejandra }}/alejandra-${ARCH}-unknown-linux-gnu"
"https://github.com/kamadorueda/alejandra/releases/download/${{ inputs.version_alejandra }}/alejandra-${ARCH}-unknown-linux-musl"
chmod +x /usr/local/bin/alejandra

0 comments on commit bda628e

Please sign in to comment.