Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Change SRP Provenance to use version 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Eltgroth <jeltgroth@vmware.com>
  • Loading branch information
joeeltgroth committed Aug 14, 2023
1 parent b7d558d commit 0b0c014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/srp-helper/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ runs:
- id: install
run: ${{ github.action_path }}/install.sh
env:
SRP_CLIENT_URL: ${{ inputs.client-url }}
SRP_TOOLS_URL: ${{ secrets.SRP_TOOLS_URL }}
shell: bash
3 changes: 1 addition & 2 deletions .github/actions/srp-helper/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ echo "$HOME/srp-tools" >> "$GITHUB_PATH"
echo "$HOME/srp-tools/observer/bin" >> "$GITHUB_PATH"

SRP_CLI_VERSION='0.9.9-20230724044630-61ef470-169'
ARTIFACTORY_PATH='https://artifactory.eng.vmware.com/artifactory/srp-tools-generic-local/all'
curl -L $ARTIFACTORY_PATH/${SRP_CLI_VERSION}/srp-tools-linux-amd64-${SRP_CLI_VERSION}.tar.gz | tar -xz -C "$HOME/srp-tools"
curl -L "${SRP_TOOLS_URL}/${SRP_CLI_VERSION}/srp-tools-linux-amd64-${SRP_CLI_VERSION}.tar.gz" | tar -xz -C "$HOME/srp-tools"

"$HOME/srp-tools/srp" --version
"$HOME/srp-tools/observer/bin/observer_agent" --version

0 comments on commit 0b0c014

Please sign in to comment.