Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

docs: minor fixes in README #2338

docs: minor fixes in README

docs: minor fixes in README #2338

Workflow file for this run

name: "Bnadit Check for Python code"
on:
pull_request: {}
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: tj-actions/[email protected]
with:
version: "1.7.0"
targets: |
src/sagemaker/FD_SL_DGL/
src/lambda.d/
src/scripts/
options: "-r -s B301 -ll"