Skip to content

Commit

Permalink
commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke Castleberry authored and Brooke Castleberry committed Oct 7, 2024
1 parent 53332e3 commit ee05d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/truffle-secrets-BC-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Send results to Snyk
run: |
curl --request GET \
--url "https://api.snyk.us.io/rest/orgs/{efba75ee-f721-4c0c-9c87-5ff41d45f282}/projects?version=2024-06-10" \
--url "https://api.snyk.io/rest/orgs/{efba75ee-f721-4c0c-9c87-5ff41d45f282}/projects?version=2024-06-10" \

Check warning on line 55 in .github/workflows/truffle-secrets-BC-scan.yml

View workflow job for this annotation

GitHub Actions / test

Found unverified SnykKey result 🐷🔑
--header "Content-Type: application/vnd.api+json" \
--header "Authorization: token API_TOKEN"
continue-on-error: true
Expand Down

0 comments on commit ee05d43

Please sign in to comment.