Skip to content

Delete .github/workflows/backend-maven-node-build.yml #122

Delete .github/workflows/backend-maven-node-build.yml

Delete .github/workflows/backend-maven-node-build.yml #122

Workflow file for this run

name: build and test
on: [push]
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Advance Security Policy as Code
uses: advanced-security/[email protected]
with:
policy: it-at-m/policy-as-code
policy-path: default.yaml
token: ${{ secrets.GITHUB_TOKEN }}
argvs: "--disable-dependabot --disable-secret-scanning --disable-code-scanning --display"