Skip to content

Commit

Permalink
Suppress SHA1_RSA failures, these only occur in tests.
Browse files Browse the repository at this point in the history
We should fix this with new testdata but we're blocked on an
upstream change.

Signed-off-by: Dan Lorenc <dlorenc@chainguard.dev>
  • Loading branch information
dlorenc committed Aug 14, 2022
1 parent 1496b20 commit e4190ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -60,6 +60,8 @@ jobs:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Run Go tests
env:
GODEBUG: x509sha1=1
run: go test -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
- name: Upload Coverage Report
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v2.1.0
Expand Down

0 comments on commit e4190ff

Please sign in to comment.