mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
bugfix: run without profile ID defined
Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
This commit is contained in:
parent
1abfdae264
commit
b942a1a103
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ class VulcanoBaseRule
|
|||
rule.instance_variable_set(:@profile_id, profile_id)
|
||||
pid = profile_id
|
||||
end
|
||||
return pid + "/" + rid
|
||||
return (pid || '') + "/" + rid
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue