Skip to content

Commit

Permalink
Merge pull request #34 from Contrast-Security-OSS/SCA-1803-update-cli…
Browse files Browse the repository at this point in the history
…-version

SCA-1803 Update action.yml
  • Loading branch information
wrngrn authored Sep 16, 2024
2 parents c5d5985 + 34b1dcd commit 3a8fabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ runs:
steps:
- name: Get Latest CLI
run: |
echo "Downloading Contrast CLI 2.2.0"
curl --location 'https://pkg.contrastsecurity.com/artifactory/cli/v2/2.2.0/linux/contrast' --output contrast
echo "Downloading Contrast CLI 2.3.0"
curl --location 'https://pkg.contrastsecurity.com/artifactory/cli/v2/2.3.0/linux/contrast' --output contrast
shell: bash
- run: chmod +x contrast
shell: bash
Expand Down

0 comments on commit 3a8fabf

Please sign in to comment.