mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
Fix - signed-tags e2e tests.
The signed tags e2e tests were failing because apache/airflow pushed tags without signing. Changed from apache/airflow to bitcoin/bitcoin.
This commit is contained in:
parent
cb94f06642
commit
2978ae550a
@ -18,8 +18,8 @@ var _ = Describe("E2E TEST:Signedtags", func() {
|
||||
Ctx: context.Background(),
|
||||
Client: ghClient,
|
||||
HttpClient: client,
|
||||
Owner: "apache",
|
||||
Repo: "airflow",
|
||||
Owner: "bitcoin",
|
||||
Repo: "bitcoin",
|
||||
GraphClient: graphClient,
|
||||
Logf: l.Logf,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user