Skip to content

Commit 9b718ed

Browse files
committed
ci(compliance): update lula download url to defenseunicorns-labs/lula1 v0.16.0
1 parent b0bc878 commit 9b718ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lula-validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545

4646
- name: Download lula CLI
4747
run: |
48-
# Download lula binary from defenseunicorns/lula GitHub releases.
49-
LULA_VERSION="v0.10.0"
48+
# Download lula binary from defenseunicorns-labs/lula1 GitHub releases.
49+
LULA_VERSION="v0.16.0"
5050
curl -fsSL \
51-
"https://github.com/defenseunicorns/lula/releases/download/${LULA_VERSION}/lula_${LULA_VERSION}_linux_amd64" \
51+
"https://github.com/defenseunicorns-labs/lula1/releases/download/${LULA_VERSION}/lula_${LULA_VERSION}_Linux_amd64" \
5252
-o /usr/local/bin/lula
5353
chmod +x /usr/local/bin/lula
5454
lula version

0 commit comments

Comments
 (0)