Skip to content

chore(deps): update docker.io/owasp/modsecurity-crs docker tag to v3.3.5-apache-202401080101 #117

chore(deps): update docker.io/owasp/modsecurity-crs docker tag to v3.3.5-apache-202401080101

chore(deps): update docker.io/owasp/modsecurity-crs docker tag to v3.3.5-apache-202401080101 #117

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
jobs:
test_3_3:
name: Docker build v3.3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker build -t test v3.3
- name: Run image
run: docker run -d --name apache test
- name: Verify
run: |
[ $(docker inspect apache --format='{{.State.Running}}') = 'true' ]