Skip to content

Commit

Permalink
Fix compliance into dev (#47)
Browse files Browse the repository at this point in the history
* Update api-gateway.yaml

* Update api-gateway.yaml

* Update frontend.yaml

* Update frontend.yaml

* Delete .github/workflows/api-gateway.yaml
  • Loading branch information
ThomasAFink authored Apr 24, 2024
1 parent b793ee0 commit d298770
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/api-gateway.yaml

This file was deleted.

17 changes: 16 additions & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,19 @@ jobs:
- run: npm run init
- run: npm run lint
- run: npm run test:unit
- run: npm run build
- run: npm run build

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.ACCESS_TOKEN }}
argvs: "--disable-dependabot --disable-secret-scanning --disable-code-scanning --display"

0 comments on commit d298770

Please sign in to comment.