docker-bench-security/.github/workflows/main.yml
2020-02-20 16:25:33 +01:00

12 lines
387 B
YAML

name: docker bench security action
on: [push]
jobs:
actions:
runs-on: ubuntu-latest
name: A job to check docker bench security issues
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: Docker bench security
uses: ./ # Uses an action in the root directory