Skip to content

Commit 74325a9

Browse files
Chore(deps): bump github.com/elastic/package-spec/v3 from 3.3.0 to 3.3.1 (#2276)
* Chore(deps): bump github.com/elastic/package-spec/v3 from 3.3.0 to 3.3.1 Bumps [github.com/elastic/package-spec/v3](https://github.com/elastic/package-spec) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/elastic/package-spec/releases) - [Commits](elastic/package-spec@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: github.com/elastic/package-spec/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix package that requires security capabilities --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
1 parent b088e6f commit 74325a9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/elastic/go-licenser v0.4.2
2020
github.com/elastic/go-resource v0.2.0
2121
github.com/elastic/go-ucfg v0.8.8
22-
github.com/elastic/package-spec/v3 v3.3.0
22+
github.com/elastic/package-spec/v3 v3.3.1
2323
github.com/fatih/color v1.18.0
2424
github.com/go-git/go-billy/v5 v5.6.0
2525
github.com/go-git/go-git/v5 v5.12.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/elastic/gojsonschema v1.2.1 h1:cUMbgsz0wyEB4x7xf3zUEvUVDl6WCz2RKcQPul
9393
github.com/elastic/gojsonschema v1.2.1/go.mod h1:biw5eBS2Z4T02wjATMRSfecfjCmwaDPvuaqf844gLrg=
9494
github.com/elastic/kbncontent v0.1.4 h1:GoUkJkqkn2H6iJTnOHcxEqYVVYyjvcebLQVaSR1aSvU=
9595
github.com/elastic/kbncontent v0.1.4/go.mod h1:kOPREITK9gSJsiw/WKe7QWSO+PRiZMyEFQCw+CMLAHI=
96-
github.com/elastic/package-spec/v3 v3.3.0 h1:bm7JjqGQ+XG49u2xK6rswr40WfUtRy3kRrNNN03Qp6A=
97-
github.com/elastic/package-spec/v3 v3.3.0/go.mod h1:RB/f2+00YBBMlFXF0DVHYv/znnmqkkZmD4F50azVRDE=
96+
github.com/elastic/package-spec/v3 v3.3.1 h1:4KjVPz9fGC4bl6ENDTbsYIVq/ltKhw7s5wbN9QxghiE=
97+
github.com/elastic/package-spec/v3 v3.3.1/go.mod h1:T/TAI0MuTpKs1vGWDhMlKunzYKXklWUn5L89mASM6pI=
9898
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU=
9999
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
100100
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=

test/packages/other/security_rules/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ conditions:
1313
version: "^8.14.2"
1414
elastic:
1515
subscription: "basic"
16+
capabilities:
17+
- security
1618
screenshots:
1719
- src: /img/sample-screenshot.png
1820
title: Sample screenshot

0 commit comments

Comments
 (0)