Skip to content

Commit 466804d

Browse files
authored
update: bump sysdig to 0.38.1 (#190)
* update: bump sysdig to 0.38.1 sysdig-CLA-1.0-signed-off-by: Roberto Scolaro <[email protected]> Signed-off-by: Roberto Scolaro <[email protected]> * fix(ci): reenable node 16 in GHA sysdig-CLA-1.0-signed-off-by: Roberto Scolaro <[email protected]> Signed-off-by: Roberto Scolaro <[email protected]> --------- Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 14d967e commit 466804d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
outputs:
88
semver: ${{ steps.get_settings.outputs.semver }}
99
version: ${{ steps.get_settings.outputs.version }}
10+
env:
11+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1012
steps:
1113
- name: Checkout Sysdig
1214
uses: actions/checkout@v3
@@ -32,6 +34,7 @@ jobs:
3234
BUILDER: "sysdiglabs/sysdig-inspect-builder:0.2"
3335
SEMVER: ${{ needs.build-settings.outputs.semver }}
3436
VERSION: ${{ needs.build-settings.outputs.version }}
37+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
3538

3639
runs-on: ubuntu-latest
3740
container:

.github/workflows/release-draft.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
env:
1414
BUILDER: "sysdiglabs/sysdig-inspect-builder:0.2"
1515
VERSION: ${{ github.ref_name }}
16+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1617

1718
runs-on: ubuntu-latest
1819
container:
@@ -69,6 +70,7 @@ jobs:
6970
needs: [build-sysdig-inspect]
7071
env:
7172
VERSION: ${{ github.ref_name }}
73+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
7274
steps:
7375
- name: Download artifacts (linux-amd64 deb)
7476
uses: actions/download-artifact@v3

build/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
SYSDIG_VERSION="0.37.1"
4-
SYSDIG_VERSION_MAC="0.37.1"
3+
SYSDIG_VERSION="0.38.1"
4+
SYSDIG_VERSION_MAC="0.38.1"
55

66
# Env parameters
77
# - CLEANUP (default: true)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sysdig-inspect",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Sysdig Inspect",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)