Skip to content

scap bin: Use /usr/bin/env python3

Use #!/usr/bin/env python3 instead of #!/usr/bin/python3 to ensure
that bin/scap is usable inside a virtualenv.

Merge request reports