Skip to content

[Build Image] Update : Form input changed Floating labels style #3

[Build Image] Update : Form input changed Floating labels style

[Build Image] Update : Form input changed Floating labels style #3

Workflow file for this run

name: Scan Python Code using Bandit
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Github Repo
uses: actions/checkout@v3
- name: python bandit
run: |
pip install bandit
bandit -r .