We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3441ae commit 0a733e3Copy full SHA for 0a733e3
2 files changed
.github/workflows/trivy.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
15
- name: Run Trivy vulnerability scanner in repo mode
16
- uses: aquasecurity/trivy-action@0.33.1
+ uses: aquasecurity/trivy-action@v0
17
with:
18
scan-type: "fs"
19
ignore-unfixed: true
plugins/modules/nslaslicense_offline.py
@@ -64,8 +64,7 @@
64
default: true
65
entitlement_name:
66
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.
+ - Entitlement name for the VPX/MPX license as listed in LAS customer entitlements (e.g., `VPX 10000 Premium`).
69
type: str
70
required: true
71
is_fips:
0 commit comments