Skip to content

Commit fa3dbff

Browse files
Merge pull request #6951 from snyk/fix/CLI-1624
fix: trust snyk homebrew tap in deployment tests
2 parents 53714d6 + 7eb0c0c commit fa3dbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install Snyk
9595
run: |
9696
brew tap snyk/tap
97-
brew install snyk
97+
brew install snyk/tap/snyk
9898
- name: Capture version and shasum metadata
9999
env:
100100
SNYK_VERSION_DIR: ${{ env.SNYK_VERSION_DIR }}

0 commit comments

Comments
 (0)