Skip to content

Commit

Permalink
Update plugin version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-chappell committed Dec 12, 2024
1 parent 265013d commit 2d7e012
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ CQ_NS1=0.1.3
# See https://github.com/guardian/cq-image-packages
CQ_IMAGE_PACKAGES=1.0.0

# See https://hub.cloudquery.io/plugins/source/cloudquery/tenable/latest/versions
CQ_TENABLE=2.6.3


# --- FOR LOCAL DEVELOPMENT ONLY ---
STAGE=DEV
DATABASE_USER=postgres
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/lib/cloudquery/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export function TenableConfig(): CloudqueryConfig {
name: 'tenable',
registry: 'cloudquery',
path: 'cloudquery/tenable',
version: 'v2.6.2',
version: `v${Versions.CloudqueryTenable}`,
destinations: ['postgresql'],
tables: [
'tenable_tvm_vulnerabilities',
Expand Down
1 change: 1 addition & 0 deletions packages/cdk/lib/cloudquery/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ export const Versions = {
CloudqueryGithubLanguages: envOrError('CQ_GITHUB_LANGUAGES'),
CloudqueryNs1: envOrError('CQ_NS1'),
CloudqueryImagePackages: envOrError('CQ_IMAGE_PACKAGES'),
CloudqueryTenable: envOrError('CQ_TENABLE'),
};

0 comments on commit 2d7e012

Please sign in to comment.