We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to implement comprehensive quality and compliance checks for our build and deployment pipeline.
name: Quality & Compliance on: [push, pull_request] jobs: quality: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Quality Checks run: | # Quality checks implementation security: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Security Checks run: | # Security checks implementation
{ "devDependencies": { "axe-core": "latest", "eslint": "latest", "prettier": "latest", "@typescript-eslint/parser": "latest", "markdown-lint": "latest" } }
.eslintrc.js
.prettierrc
sonar-project.properties
accessibility.config.js
security-headers.config.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to implement comprehensive quality and compliance checks for our build and deployment pipeline.
Current Status
Required Implementations
1. Tech Currency Checks
2. Quality Checks
3. Accessibility Checks
4. Security Checks
5. Compliance Checks
6. IT Risk Monitoring
Implementation Plan
.eslintrc.js
.prettierrc
sonar-project.properties
accessibility.config.js
security-headers.config.js
Success Criteria
Next Steps
Notes
The text was updated successfully, but these errors were encountered: