containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
20 stars 20 forks source link

Address pre-commit reported issues #477

Closed sandrobonazzola closed 3 weeks ago

sandrobonazzola commented 3 weeks ago

addressed issues reported by pre-commit except:

In create-seccomp-rules line 30:
    --arg action "$action_type" \
                      ^----------^ SC2154 (warning): action_type is referenced but not assigned.

reported at https://github.com/containers/qm/issues/476

dougsland commented 3 weeks ago

@Yarboa PTAL