Skip to content

Create semgrep.yml #154

Create semgrep.yml

Create semgrep.yml #154

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
env:
TAG: githubci
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Lint Dockerfile
uses: hadolint/[email protected]