Skip to content

fix: fixing CWE-120, CWE-20 #84

fix: fixing CWE-120, CWE-20

fix: fixing CWE-120, CWE-20 #84

Workflow file for this run

name: Docker testing
on:
push:
branches:
- main
- development
pull_request:
branches:
- main
- development
jobs:
build-and-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: testing docker build
run: docker build . --file docker/Dockerfile.channels --tag ${{ github.repository }}:$(date +%s)