mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-19 13:19:07 +00:00
add github action
Signed-off-by: Sergi Alonso <sergi.alonsobdia@innovationalpha.es>
This commit is contained in:
parent
11da147df9
commit
b6670a1281
2 changed files with 18 additions and 0 deletions
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
6
action.yml
Normal file
6
action.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# action.yml
|
||||
name: "docker bench security"
|
||||
description: "docker bench security"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
Loading…
Add table
Add a link
Reference in a new issue