Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
darwantep committed Mar 26, 2024
1 parent e46e932 commit 8e7dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
displayName: 'install syft'
inputs:
script: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /sbin $(syft_version)
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /home/vsts/.local/bin $(syft_version)
- task: CmdLine@2
displayName: 'list all files'
Expand Down

0 comments on commit 8e7dc42

Please sign in to comment.