Skip to content

Example SARIF output#38

Open
juremedvesek wants to merge 2 commits into
masterfrom
show_sariff
Open

Example SARIF output#38
juremedvesek wants to merge 2 commits into
masterfrom
show_sariff

Conversation

@juremedvesek

Copy link
Copy Markdown
Collaborator

No description provided.

@juremedvesek juremedvesek force-pushed the show_sariff branch 5 times, most recently from 6cb29a3 to b65e19a Compare May 15, 2025 08:43
@juremedvesek juremedvesek changed the title Example sartiff output Example SARIF output May 15, 2025
Comment thread tests/playbook-with-errors.yml Fixed
Comment thread tests/playbook-with-errors.yml Fixed
Comment thread tests/playbook-with-errors.yml Fixed
---
- 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

Use a fully-qualified name, such as 'ansible.builtin.yum_repository' instead of 'yum_repository'.

- name: Run distro-specific tasks (Debian)
block:
- name: Install apt prerequisites

Check failure

Code scanning / Steampunk Spotter

short-name-used-error Error test

Use a fully-qualified name, such as 'ansible.builtin.package' instead of 'package'.
- apt-transport-https
state: present

- name: Add the Docker apt key

Check failure

Code scanning / Steampunk Spotter

short-name-used-error Error test

Use a fully-qualified name, such as 'ansible.builtin.apt_key' instead of 'apt_key'.
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

Use a fully-qualified name, such as 'ansible.builtin.apt_repository' instead of 'apt_repository'.
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

Unknown Python imports in module 'apt_repository': ['aptsources.distro'].
state: directory
follow: false

- name: Ensure the docker config directory exists

Check notice

Code scanning / Steampunk Spotter

aap-src-local Note test

When migrating to execution environments, make sure that directories specified in 'path' are available by the execution environment.
state: directory
follow: false

- name: Configure dockerd

Check failure

Code scanning / Steampunk Spotter

short-name-used-error Error test

Use a fully-qualified name, such as 'ansible.builtin.copy' instead of 'copy'.
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

Use a fully-qualified name, such as 'ansible.builtin.service' instead of 'service'.
name: docker
enabled: true

- name: Start the Docker daemon

Check failure

Code scanning / Steampunk Spotter

short-name-used-error Error test

Use a fully-qualified name, such as 'ansible.builtin.service' instead of 'service'.
state: started
register: dockerd_started

- name: Restart the Docker daemon

Check failure

Code scanning / Steampunk Spotter

short-name-used-error Error test

Use a fully-qualified name, such as 'ansible.builtin.service' instead of 'service'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants