Skip to content
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

Fixed code-scan workflow for the bandit #925

Merged
merged 5 commits into from
Apr 10, 2023
Merged

Fixed code-scan workflow for the bandit #925

merged 5 commits into from
Apr 10, 2023

Commits on Apr 10, 2023

  1. Updated code_scan workflow to use tox (#924)

    <!-- Contributing guide:
    https://github.com/openvinotoolkit/datumaro/blob/develop/CONTRIBUTING.md
    -->
    
    ### Summary
    
    <!--
    Resolves #111 and #222.
    Depends on #1000 (for series of dependent commits).
    
    This PR introduces this capability to make the project better in this
    and that.
    
    - Added this feature
    - Removed that feature
    - Fixed the problem #1234
    -->
    
    ### How to test
    <!-- Describe the testing procedure for reviewers, if changes are
    not fully covered by unit tests or manual testing can be complicated.
    -->
    
    ### Checklist
    <!-- Put an 'x' in all the boxes that apply -->
    - [ ] I have added unit tests to cover my changes.​
    - [ ] I have added integration tests to cover my changes.​
    - [ ] I have added the description of my changes into
    [CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​
    - [ ] I have updated the
    [documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs)
    accordingly
    
    ### License
    
    - [ ] I submit _my code changes_ under the same [MIT
    License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE)
    that covers the project.
      Feel free to contact the maintainers if that's a concern.
    - [ ] I have updated the license header for each file (see an example
    below).
    
    ```python
    # Copyright (C) 2023 Intel Corporation
    #
    # SPDX-License-Identifier: MIT
    ```
    yunchu authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c425353 View commit details
    Browse the repository at this point in the history
  2. Update code_scan.yml

    yunchu authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    72d116d View commit details
    Browse the repository at this point in the history
  3. Update code_scan.yml

    Add dependency installation step to install tox
    yunchu authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6ad6295 View commit details
    Browse the repository at this point in the history
  4. Update tox.ini

    yunchu authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f649d06 View commit details
    Browse the repository at this point in the history
  5. Update ipas_default.config

    added exclude dirs
    yunchu authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    fa45a94 View commit details
    Browse the repository at this point in the history