Example SARIF output#38
Conversation
6cb29a3 to
b65e19a
Compare
| --- | ||
| - name: Run distro-specific tasks (CentOS) | ||
| block: | ||
| - name: Add the Docker yum repository |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
|
|
||
| - name: Run distro-specific tasks (Debian) | ||
| block: | ||
| - name: Install apt prerequisites |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
| - apt-transport-https | ||
| state: present | ||
|
|
||
| - name: Add the Docker apt key |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
| url: "https://download.docker.com/linux/debian/gpg" | ||
| state: present | ||
|
|
||
| - name: Add the Docker apt repository |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
| url: "https://download.docker.com/linux/debian/gpg" | ||
| state: present | ||
|
|
||
| - name: Add the Docker apt repository |
Check warning
Code scanning / Steampunk Spotter
unknown-python-imports-in-module Warning test
| state: directory | ||
| follow: false | ||
|
|
||
| - name: Ensure the docker config directory exists |
Check notice
Code scanning / Steampunk Spotter
aap-src-local Note test
| state: directory | ||
| follow: false | ||
|
|
||
| - name: Configure dockerd |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
| mode: u=rw,g=r,o=r | ||
| register: dockerd_config | ||
|
|
||
| - name: Enable the Docker daemon |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
| name: docker | ||
| enabled: true | ||
|
|
||
| - name: Start the Docker daemon |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
| state: started | ||
| register: dockerd_started | ||
|
|
||
| - name: Restart the Docker daemon |
Check failure
Code scanning / Steampunk Spotter
short-name-used-error Error test
No description provided.