Skip to content

Commit

Permalink
Fix snyk timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov authored and ewollesen committed Jan 19, 2024
1 parent 4a3bf45 commit e8dd104
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: snyk ignore --id=SNYK-GOLANG-GOOGLEGOLANGORGPROTOBUFENCODINGPROTOJSON-6137908 --expiry=2024-04-16 --policy-path=.snyk
args: --dev --org=tidepool
- name: Send vulnerability data to snyk
uses: snyk/actions/golang@master
env:
Expand Down
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ignore:
'SNYK-GOLANG-GOOGLEGOLANGORGPROTOBUFENCODINGPROTOJSON-6137908':
- '*':
reason: 'Protobuf is not used in this project'
expires: '2024-04-16'
'SNYK-GOLANG-GOLANGORGXNETHTTP2-6173321':
- '*':
reason: 'Fix is available in https://github.com/tidepool-org/hydrophone/pull/131'
expires: '2024-04-16'

0 comments on commit e8dd104

Please sign in to comment.