Skip to content

chore: bump bandit from 1.6.5 to 1.6.7 #463

chore: bump bandit from 1.6.5 to 1.6.7

chore: bump bandit from 1.6.5 to 1.6.7 #463

Workflow file for this run

name: Docker
on:
push:
schedule:
- cron: '0 5 * * 1'
jobs:
docker:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build -t tablespoon .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: tablespoon
trivy-config: trivy.yml