Compare commits
1 Commits
e23e4de534
...
aeba5b85e9
| Author | SHA1 | Date | |
|---|---|---|---|
|
aeba5b85e9
|
2
.github/workflows/actionlint-check.yaml
vendored
2
.github/workflows/actionlint-check.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then
|
elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then
|
||||||
ACTIONLINT_CHECKSUM="3d74253aa0cf645e6224fd53f2d56776998c7c05a0d3c12307463285515898f8 actionlint"
|
ACTIONLINT_CHECKSUM="3d74253aa0cf645e6224fd53f2d56776998c7c05a0d3c12307463285515898f8 actionlint"
|
||||||
else
|
else
|
||||||
echo "Unsupported architecture: $ARCH" > &2
|
echo "Unsupported architecture: $ARCH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/dotenv-linter-check.yaml
vendored
2
.github/workflows/dotenv-linter-check.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then
|
elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then
|
||||||
DOTENV_LINTER_CHECKSUM="4bf3efb743a1e3383ab3407ff48c6147dd527dac35b736e224a26425df00a2ee dotenv-linter"
|
DOTENV_LINTER_CHECKSUM="4bf3efb743a1e3383ab3407ff48c6147dd527dac35b736e224a26425df00a2ee dotenv-linter"
|
||||||
else
|
else
|
||||||
echo "Unsupported architecture: $ARCH" > &2
|
echo "Unsupported architecture: $ARCH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/gitleaks-check.yaml
vendored
2
.github/workflows/gitleaks-check.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
TARBALL="gitleaks_${VERSION}_linux_arm64.tar.gz"
|
TARBALL="gitleaks_${VERSION}_linux_arm64.tar.gz"
|
||||||
CHECKSUM="3f95fef7e361adafed2b1bb9c591ba3bc6b595b4f296b346257301b7bf04be15 gitleaks.tar.gz"
|
CHECKSUM="3f95fef7e361adafed2b1bb9c591ba3bc6b595b4f296b346257301b7bf04be15 gitleaks.tar.gz"
|
||||||
else
|
else
|
||||||
echo "Unsupported architecture: $ARCH" > &2
|
echo "Unsupported architecture: $ARCH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/hadolint-check.yaml
vendored
2
.github/workflows/hadolint-check.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
ASSET="hadolint-Linux-arm64"
|
ASSET="hadolint-Linux-arm64"
|
||||||
CHECKSUM="5798551bf19f33951881f15eb238f90aef023f11e7ec7e9f4c37961cb87c5df6 hadolint"
|
CHECKSUM="5798551bf19f33951881f15eb238f90aef023f11e7ec7e9f4c37961cb87c5df6 hadolint"
|
||||||
else
|
else
|
||||||
echo "Unsupported architecture: $ARCH" > &2
|
echo "Unsupported architecture: $ARCH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user