-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
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
Better support for Upgrades, compliance #671
Conversation
…nd views, remove the use_spn flag from the templates
…P modules, bring in the updates related to active active deployments
…ry creation permissions, and improve debug handling
…xternal script and adjust configuration path
…gic, improve debug output, and enhance command queries
…ons, and introduce Dependabot configuration
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
…les; modify RestHelper to use UTF-8 encoding for JSON content
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
This pull request includes several updates to GitHub Actions workflows, dependency management, and namespace changes in the
Webapp/SDAF
project. The most important changes are listed below, grouped by theme.Terraform updates:
GitHub Actions Workflows:
dependabot.yml
configuration to automate dependency updates for GitHub Actions, NuGet, and npm.codeql.yml
workflow for CodeQL analysis to detect vulnerabilities in C#, JavaScript, and Python code.dependency-review.yml
workflow to scan dependency manifest files for known vulnerabilities in pull requests.ossf-scorecard.yml
workflow to include theharden-runner
step and updated several action versions. [1] [2] [3]trivy.yml
workflow for running Trivy vulnerability scans on pull requests.Dependency Management:
.pre-commit-config.yaml
to include hooks forgitleaks
,shellcheck
,eslint
,end-of-file-fixer
,trailing-whitespace
, andpylint
.dotnet-ef
tool version from7.0.0
to9.0.0
indotnet-tools.json
.Namespace Changes:
AutomationForm
toSDAFWebApp
to reflect the new project structure. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]## ProblemSolution
Tests
Notes