Skip to content

chore(deps): bump phoenix_html from 3.3.1 to 3.3.2 #218

chore(deps): bump phoenix_html from 3.3.1 to 3.3.2

chore(deps): bump phoenix_html from 3.3.1 to 3.3.2 #218

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@v3
- run: docker build -t tablespoon .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: tablespoon
trivy-config: trivy.yml