Skip to content

Commit

Permalink
Fix snyk GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkrauss committed Sep 23, 2024
1 parent dc045b9 commit 05163b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ jobs:
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: snyk ignore --id=SNYK-GOLANG-GITHUBCOMDISINTEGRATIONIMAGING-5880692 --expiry=2026-03-12 --policy-path=.snyk
6 changes: 6 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: v1.25.0
ignore:
SNYK-GOLANG-GITHUBCOMDISINTEGRATIONIMAGING-5880692:
- '*':
reason:
expires: 2026-03-12T00:00:00.000Z

0 comments on commit 05163b5

Please sign in to comment.