We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be8ff9 + d298770 commit 957d7c9Copy full SHA for 957d7c9
.github/workflows/api-gateway.yaml
.github/workflows/frontend.yaml
@@ -17,4 +17,19 @@ jobs:
17
- run: npm run init
18
- run: npm run lint
19
- run: npm run test:unit
20
- - run: npm run build
+ - 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