-
Notifications
You must be signed in to change notification settings - Fork 19
Security pipeline and minor fixes #312
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
Security pipeline and minor fixes #312
Conversation
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
Signed-off-by: Barabanov <[email protected]>
|
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. |
372143f
* addressing zizmor findings * added scorecards.yml * zizmor on pre-commit * added bandit config * bandit fp * added security scan on pre-merge * fix bandit config * dependabot config * enable CodeQL * version upgrade * CodeQL CPP * style fix * style fix * style fix * prettier-ignore --------- Signed-off-by: Barabanov <[email protected]> Co-authored-by: Alexander Barabanov <[email protected]>
What does this PR do?
This PR add security pipeline and fix some existing findings, in particular:
dependabot.ymlenables Dependabot PR with upgradescodeql.yml- enables CodeQL - static code analyzerpre_commit.ymladded security pre-merge checks based on reusable actions from Anomalib reposcorecards.ymlenables OSSF Scorecardsecurity-scan.yml- added security checks based on reusable actions from Anomalib.pre-commit-config.yaml- added zizmor and bandit pre-commit checkspyproject.tomlupdated with Bandit configTested on local fork.
Fixes # (issue)
Before submitting