Skip to content

Merge branch 'dev' of https://github.com/it-at-m/isi-frontend into IS… #923

Merge branch 'dev' of https://github.com/it-at-m/isi-frontend into IS…

Merge branch 'dev' of https://github.com/it-at-m/isi-frontend into IS… #923

Workflow file for this run

name: build and test
on: [push]
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- 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"