Delete main.yml

This commit is contained in:
Sergi Alonso 2020-03-04 13:57:41 +01:00 committed by GitHub
parent b6670a1281
commit 56934e1f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +0,0 @@
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