Revise workflows (#99)

This commit is contained in:
Quentin McGaw
2020-03-26 08:35:48 -04:00
committed by GitHub
parent 98b076e2cb
commit d0c61662b5
3 changed files with 31 additions and 8 deletions

View File

@@ -1,6 +1,20 @@
name: Security scan of Docker image
on:
push:
branches: [master]
paths-ignore:
- .github/workflows/buildx-release.yml
- .github/workflows/dockerhub-description.yml
- .github/workflows/greetings.yml
- .github/workflows/labels.yml
- .github/workflows/misspell.yml
- .github/workflows/security.yml
- .dockerignore
- .gitignore
- docker-compose.yml
- LICENSE
- README.md
- title.svg
schedule:
- cron: '0 9 * * *'
jobs: