10000 dlint check · Actions · GitHub Marketplace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dlint check

Actions
Github Action to lint Python code with dlint from Duo Labs
0.10.1
Latest
Star (4)

dlint-check

This GitHub Action runs dlint security linter on your Python code.

Inputs

path

The path to a file or directory to run dlint on

Required False

Default .

Outputs

output

Linter output

Example usage

Without specifying a path

- uses: actions/checkout@v1
- uses: xen0l/dlint-check@master

With specifying a path

- uses: actions/checkout@v1
- uses: xen0l/dlint-check@master
  with:
    path: 'my_module'

Special notes

This GitHub Action was inpsired by bandit-check and official issue #29.

dlint check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github Action to lint Python code with dlint from Duo Labs
0.10.1
Latest

dlint check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

0