-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sainoe/main-ADR-update
- Loading branch information
Showing
224 changed files
with
16,025 additions
and
8,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
project_url = "https://github.com/cosmos/interchain-security" | ||
|
||
# Settings related to components/sub-modules. Only relevant if you make use of | ||
# components/sub-modules. | ||
[components] | ||
|
||
# The title to use for the section of entries not relating to a specific | ||
# component. | ||
general_entries_title = "General" | ||
|
||
# The number of spaces to inject before each component-related entry. | ||
entry_indent = 2 | ||
|
||
# The components themselves. Each component has a name (used when rendered | ||
# to Markdown) and a path relative to the project folder (i.e. relative to | ||
# the parent of the `.changelog` folder). | ||
[components.all] | ||
provider = { name = "Provider", path = "x/ccv/provider" } | ||
consumer = { name = "Consumer", path = "x/ccv/consumer" } | ||
tests = { name = "Tests", path = "tests" } | ||
docs = { name = "Documentation", path = "docs/docs" } |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...reaking/provider/1340-add-cryptographic-verification-of-equivocation-feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Deprecate equivocation proposals. | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/consumer/1146-pending-packets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix deletion of pending packets that may cause duplicate sends | ||
([\#1146](https://github.com/cosmos/interchain-security/pull/1146)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/consumer/1150-revert-wire-breaking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove `idx` field from the `ccv.ConsumerPacketData` type as this would break the | ||
wire ([\#1150](https://github.com/cosmos/interchain-security/pull/1150)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/consumer/1244-validate-transfer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Validate token transfer messages before calling `Transfer()`. | ||
([\#1244](https://github.com/cosmos/interchain-security/pull/1244)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/consumer/1262-fee-pool-addr.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove incorrect address validation on `ProviderFeePoolAddrStr` param. | ||
([\#1262](https://github.com/cosmos/interchain-security/pull/1262)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Increment consumer consensus version and register consumer migration. | ||
([\#1295](https://github.com/cosmos/interchain-security/pull/1295)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.2.0](https://github.com/cosmos/ibc-go/releases/tag/v7.2.0). | ||
([\#1196](https://github.com/cosmos/interchain-security/pull/1196)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.3.0](https://github.com/cosmos/ibc-go/releases/tag/v7.3.0). | ||
([\#1258](https://github.com/cosmos/interchain-security/pull/1258)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.4](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.4). | ||
([\#1258](https://github.com/cosmos/interchain-security/pull/1258)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5). | ||
([\#1259](https://github.com/cosmos/interchain-security/pull/1259)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.3.1](https://github.com/cosmos/ibc-go/releases/tag/v7.3.1). | ||
([\#1373](https://github.com/cosmos/interchain-security/pull/1373)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add Quint model of Replicated Security. | ||
([\#1336](https://github.com/cosmos/interchain-security/pull/1336)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/consumer/1024-jail-throttling-v2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add the consumer-side changes for jail throttling with retries (cf. ADR 008). | ||
([\#1024](https://github.com/cosmos/interchain-security/pull/1024)) |
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/features/consumer/1164-provider-info-query.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduce the gRPC query `/interchain_security/ccv/consumer/provider- | ||
info` and CLI command `interchain-security-cd q ccvconsumer | ||
provider-info` to retrieve provider info from the consumer chain. | ||
([\#1164](https://github.com/cosmos/interchain-security/pull/1164)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/provider/1076-export-timestamps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add `InitTimeoutTimestamps` and `ExportedVscSendTimestamps` to exported | ||
genesis. ([\#1076](https://github.com/cosmos/interchain-security/pull/1076)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/provider/1321-jail-throttling-v2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add the provider-side changes for jail throttling with retries (cf. ADR 008). | ||
([\#1321](https://github.com/cosmos/interchain-security/pull/1321)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/features/provider/1339-check-key-assignment-in-use.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Update how consumer-assigned keys are checked when a validator is | ||
created on the provider. | ||
([\#1339](https://github.com/cosmos/interchain-security/pull/1339)) |
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduce the cryptographic verification of equivocation feature to the provider | ||
(cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1244-consumer-unbonding.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Update the default consumer unbonding period to 2 weeks. | ||
([\#1244](https://github.com/cosmos/interchain-security/pull/1244)) |
16 changes: 16 additions & 0 deletions
16
.changelog/unreleased/improvements/1324-consumer-genesis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- Split out consumer genesis state to reduce shared data between provider and | ||
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324)) | ||
- Note: This breaks json format used by augmenting Genesis files of consumer | ||
chains with consumer genesis content exported from provider chain. Consumer | ||
Genesis content exported from a provider chain using major version 1, 2 or 3 | ||
of the provider module needs to be transformed with the transformation command | ||
introduced by this PR: | ||
``` | ||
Transform the consumer genesis file from a provider version v1, v2 or v3 to a version supported by this consumer. Result is printed to STDOUT. | ||
Example: | ||
$ <appd> transform /path/to/ccv_consumer_genesis.json | ||
Usage: | ||
interchain-security-cd genesis transform [genesis-file] [flags] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Refactor shared events, codecs and errors assign to | ||
consumer and provider dedicated types where possible. | ||
([\#1350](https://github.com/cosmos/interchain-security/pull/1350)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/consumer/1037-optimize-storage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Optimize pending packets storage on consumer, with migration. | ||
([\#1037](https://github.com/cosmos/interchain-security/pull/1037)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.2.0](https://github.com/cosmos/ibc-go/releases/tag/v7.2.0). | ||
([\#1196](https://github.com/cosmos/interchain-security/pull/1196)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/1244-consumer-unbonding.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Update the default consumer unbonding period to 2 weeks. | ||
([\#1244](https://github.com/cosmos/interchain-security/pull/1244)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.3.0](https://github.com/cosmos/ibc-go/releases/tag/v7.3.0). | ||
([\#1258](https://github.com/cosmos/interchain-security/pull/1258)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.4](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.4). | ||
([\#1258](https://github.com/cosmos/interchain-security/pull/1258)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5). | ||
([\#1259](https://github.com/cosmos/interchain-security/pull/1259)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/1324-consumer-genesis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Split out consumer genesis state to reduce shared data between provider and | ||
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1024-jail-throttling-v2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add the consumer-side changes for jail throttling with retries (cf. ADR 008). | ||
([\#1024](https://github.com/cosmos/interchain-security/pull/1024)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1037-optimize-storage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Optimize pending packets storage on consumer, with migration. | ||
([\#1037](https://github.com/cosmos/interchain-security/pull/1037)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1146-pending-packets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix deletion of pending packets that may cause duplicate sends | ||
([\#1146](https://github.com/cosmos/interchain-security/pull/1146)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1150-revert-wire-breaking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove `idx` field from the `ccv.ConsumerPacketData` type as this would break the | ||
wire ([\#1150](https://github.com/cosmos/interchain-security/pull/1150)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1244-validate-transfer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Validate token transfer messages before calling `Transfer()`. | ||
([\#1244](https://github.com/cosmos/interchain-security/pull/1244)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1262-fee-pool-addr.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove incorrect address validation on `ProviderFeePoolAddrStr` param. | ||
([\#1262](https://github.com/cosmos/interchain-security/pull/1262)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/consumer/1295-migration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Increment consumer consensus version and register consumer migration. | ||
([\#1295](https://github.com/cosmos/interchain-security/pull/1295)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/provider/1321-jail-throttling-v2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add the provider-side changes for jail throttling with retries (cf. ADR 008). | ||
([\#1321](https://github.com/cosmos/interchain-security/pull/1321)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/state-breaking/provider/1339-check-key-assignment-in-use.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Change the states by adding a consumer key for each chain that is | ||
not yet registered meaning for which the gov proposal has not passed. | ||
([\#1339](https://github.com/cosmos/interchain-security/pull/1339)) |
4 changes: 4 additions & 0 deletions
4
...g/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduce the cryptographic verification of equivocation feature to the provider | ||
(cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
- main | ||
- feat/* | ||
jobs: | ||
tests: | ||
Gosec: | ||
runs-on: ubuntu-latest | ||
env: | ||
GO111MODULE: on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.