Skip to content

Commit 957d7c9

Browse files
committed
Merge branch 'dev' into feature/KOB-66_angebote_stadtweit
2 parents 7be8ff9 + d298770 commit 957d7c9

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

.github/workflows/api-gateway.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/frontend.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,19 @@ jobs:
1717
- run: npm run init
1818
- run: npm run lint
1919
- run: npm run test:unit
20-
- run: npm run build
20+
- run: npm run build
21+
22+
compliance:
23+
runs-on: ubuntu-latest
24+
25+
steps:
26+
- name: Checkout code
27+
uses: actions/checkout@v3
28+
29+
- name: Advance Security Policy as Code
30+
uses: advanced-security/policy-as-code@v2.4.1
31+
with:
32+
policy: it-at-m/policy-as-code
33+
policy-path: default.yaml
34+
token: ${{ secrets.ACCESS_TOKEN }}
35+
argvs: "--disable-dependabot --disable-secret-scanning --disable-code-scanning --display"

0 commit comments

Comments
 (0)