Skip to content

Update SECURITY.md

Update SECURITY.md #9

Workflow file for this run

name: Push & PR Check for main
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Build with Maven
run:
mvn clean package --file pom.xml