Skip to content

Commit

Permalink
add docker-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Oct 19, 2023
1 parent 84992dd commit adcdec5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
name: Main Branch

on:
workflow_dispatch:
inputs:
testing:
type: choice
options:
- SAST/SCA
- DAST/IAST
required: true

jobs:
docker-test:
runs-on: ubuntu-latest
steps:
- name: "Check out Git repository"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
- name: "Execute smoke test on Docker"
run: docker-compose -f docker-compose.test.yml up --exit-code-from sut


0 comments on commit adcdec5

Please sign in to comment.