Skip to content

Create timing_attack.py #4

Create timing_attack.py

Create timing_attack.py #4

Workflow file for this run

name: Bandit
on:
push:
branches: ["main" ]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
steps:
- name: Perform Bandit Analysis
uses: ericwb/bandit-action@composite-action