[pull] master from trailofbits:master #8
smart-tests.yml
on: pull_request
Detect Changed Files
7s
Ansible Syntax Check
33s
Basic Sanity Tests
0s
Docker Build Test
0s
Configuration Tests
0s
Linting
1m 2s
Trigger Integration Tests
0s
All Required Tests
2s
Annotations
7 errors and 10 warnings
|
syntax-check[unknown-module]:
roles/wireguard/tasks/keys.yml#L40
couldn't resolve module/action 'x25519_pubkey'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
syntax-check[unknown-module]:
roles/cloud-linode/tasks/main.yml#L15
couldn't resolve module/action 'linode_stackscript_v4'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
syntax-check[unknown-module]:
roles/cloud-lightsail/tasks/prompts.yml#L26
couldn't resolve module/action 'lightsail_region_facts'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
syntax-check[unknown-module]:
roles/cloud-gce/tasks/prompts.yml#L25
couldn't resolve module/action 'gcp_compute_location_info'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
syntax-check[specific]:
playbooks/rescue.yml#L2
'debug' is not a valid attribute for a Play
|
|
syntax-check[specific]:
playbooks/cloud-pre.yml#L2
'block' is not a valid attribute for a Play
|
|
syntax-check[specific]:
playbooks/cloud-post.yml#L2
'set_fact' is not a valid attribute for a Play
|
|
risky-file-permissions:
roles/common/tasks/freebsd.yml#L53
File permissions unset or incorrect.
|
|
risky-file-permissions:
roles/common/tasks/aip/digitalocean.yml#L15
File permissions unset or incorrect.
|
|
no-changed-when:
roles/common/handlers/main.yml#L32
Commands should not change things if nothing needs doing.
|
|
no-changed-when:
roles/common/handlers/main.yml#L22
Commands should not change things if nothing needs doing.
|
|
no-changed-when:
roles/common/handlers/main.yml#L8
Commands should not change things if nothing needs doing.
|
|
load-failure[runtimeerror]:
roles/cloud-lightsail/files/stack.yaml#L1
('Failed to load YAML file', PosixPath('roles/cloud-lightsail/files/stack.yaml'))
|
|
load-failure[runtimeerror]:
roles/cloud-ec2/files/stack.yaml#L1
('Failed to load YAML file', PosixPath('roles/cloud-ec2/files/stack.yaml'))
|
|
risky-file-permissions:
roles/client/tasks/main.yml#L64
File permissions unset or incorrect.
|
|
risky-file-permissions:
roles/client/tasks/main.yml#L43
File permissions unset or incorrect.
|
|
no-changed-when:
playbooks/cloud-pre.yml#L3
Commands should not change things if nothing needs doing.
|