generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update api-gateway.yaml * Update api-gateway.yaml * Update frontend.yaml * Update frontend.yaml * Delete .github/workflows/api-gateway.yaml
- Loading branch information
1 parent
b793ee0
commit d298770
Showing
2 changed files
with
16 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |