Skip to content

Restrict replay attacks with timestamp for outline #380

Restrict replay attacks with timestamp for outline

Restrict replay attacks with timestamp for outline #380

Workflow file for this run

name: Tests and Sonar analysis
on:
push:
branches:
- main
paths-ignore:
- ".github/**"
- ".husky/**"
- ".vscode/**"
- "README.md"
- ".eslintrc.json"
- ".prettierrc"
- ".nvmrc"
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.10.0"
cache: "npm"
- run: npm ci
- run: npm run test:ci
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}