Skip to content

Commit

Permalink
build(fix): [#12] Exclude code coverage for cmd/oktamock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Dec 20, 2024
1 parent 5437205 commit ad4630d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
code-coverage-expected: 34.5
golang-unit-tests-exclusions: |-
\(cmd\/mcvs-integrationtest-services\)
\(cmd\/mcvs-integrationtest-services\|cmd\/oktamock\)
testing-type: ${{ matrix.testing-type }}
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
ignore:
# Waiting for the release of:
# * anchore/grype:v0.86.0
# * anchore/syft:v1.18.0
- vulnerability: GHSA-w32m-9786-jp63

0 comments on commit ad4630d

Please sign in to comment.