main.yml
This commit is contained in:
parent
c0f2689f4a
commit
551ebda615
15
.github / workflows/main.yml
Normal file
15
.github / workflows/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run docker
|
||||
run: docker run -it --name vuln_app -p 9991:80 santosomar/vuln_app:latest /bin/bash
|
Loading…
Reference in New Issue
Block a user