Skip to content

Commit 0a733e3

Browse files
committed
Code changes for supporting Offline LAS licensing.
Signed-off-by: lakshmj <[email protected]>
1 parent a3441ae commit 0a733e3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414

1515
- name: Run Trivy vulnerability scanner in repo mode
16-
uses: aquasecurity/trivy-action@0.33.1
16+
uses: aquasecurity/trivy-action@v0
1717
with:
1818
scan-type: "fs"
1919
ignore-unfixed: true

plugins/modules/nslaslicense_offline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
default: true
6565
entitlement_name:
6666
description:
67-
- The full entitlement name for the device license (e.g. C(MPX 8905 Premium)).
68-
- Combines the device model and edition, with an optional C(FIPS) prefix for FIPS appliances.
67+
- Entitlement name for the VPX/MPX license as listed in LAS customer entitlements (e.g., `VPX 10000 Premium`).
6968
type: str
7069
required: true
7170
is_fips:

0 commit comments

Comments
 (0)