From 56934e1f13a8f7c3a1117504627b12cf23c34b84 Mon Sep 17 00:00:00 2001 From: Sergi Alonso <45431066+sergialonsoalpha@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:57:41 +0100 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 9abc657..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -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