Add bandit scan #4
bandit.yml
on: pull_request
python -m bandit --recursive --configfile bandit.yml .
/
python -m bandit --recursive --configfile bandit.yml .
Annotations
1 error
Invalid workflow file:
.github/workflows/bandit.yml#L8
The workflow is not valid. .github/workflows/bandit.yml (Line: 8, Col: 3): The identifier 'python -m bandit --recursive --configfile bandit.yml .' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
|