Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parroty/python-bandit-scan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: reactive-firewall/python-bandit-scan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 25, 2024

  1. Fix breaking changes in upload-artifact action use

    Also bind it to concrete v4 release
    MrFired authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    84b4d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7264faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab8218 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Create dependabot.yml

    Development branch.
    reactive-firewall authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    94a3512 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    reactive-firewall authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2d60b3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from reactive-firewall/dev

    Added Updates and Automation
    reactive-firewall authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ffce041 View commit details
    Browse the repository at this point in the history
  4. [UPDATE] (deps): Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    003ff64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5490c83 View commit details
    Browse the repository at this point in the history
  6. Merge pull request shundor#2 from reactive-firewall/dependabot/github…

    …_actions/main/github/codeql-action-3
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5feae96 View commit details
    Browse the repository at this point in the history
  7. Merge pull request shundor#3 from reactive-firewall/main

    Back port to development
    reactive-firewall authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    491651b View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Update README.md with config for fixed version
    reactive-firewall authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3868a74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8b1d56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff1a646 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update README.md

    Reduce threshold to low in example to improve default.
    reactive-firewall authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    637c5c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Pull useful improvements from Community (#7)

    # Pull useful improvements from community
    
    ## Pull new configuration input feature from related work in community
    
    * Incorporate the feature to optionally include a `config_path` input to
    allow further configuration of `bandit`
    
    ## Partial version bumps for action dependancies
    
    * Updating to `github/code-action/upload-sarif@v3` presents no
    significant changes since `v2` besides the underlying node version.
    Details in [relevant project
    README](https://github.com/github/codeql-action?tab=readme-ov-file#supported-versions-of-the-codeql-action)
    
    * Updating to `actions/upload-artifact@v4` brings significant changes we
    should be aware of. The maintainers have noted that version 4 introduces
    breaking changes:
    
    * **GitHub Enterprise Server (GHES) Compatibility**: Support for GHES
    versions prior to 3.5 has been discontinued. If you're using an older
    GHES version, this update might not be compatible.
    * **Default Behavior Adjustments**: There may be changes to default
    configurations, such as the default value for retention-days. Deprecated
    inputs or features might have been removed as well.
    
    For a comprehensive understanding of these impacts and to ensure
    seamless integration, please review the maintainers' notes in the
    [upload-artifact project
    README](https://github.com/actions/upload-artifact#actionsupload-artifact)
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced an optional `config_path` parameter for the Bandit Scan
    action, allowing users to specify a configuration file for command line
    arguments.
    
    - **Improvements**
    - Updated artifact upload steps to use the latest versions of the
    actions, enhancing reliability and functionality.
    	- Added an option to overwrite existing artifacts during upload.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    reactive-firewall authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f8cf05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56ff8d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Improved Usage Example (shundor#6) Fixed deprecation issue, and added…

    … community features
    
    > [!NOTE]
    > 
    > Due to the backup, upstream with
    [actions/starter-workflows#2497](actions/starter-workflows#2497)
    not yet resolved, this PR will include at-least two minor version bumps:
    > 
    > *
    [v2.2](reactive-firewall@637c5c4)
    @
    [637c5c4](reactive-firewall@637c5c4)
    > *
    [v2.3](reactive-firewall@f8cf05e)
    @
    [f8cf05e](reactive-firewall@f8cf05e)
    
    ---
    reactive-firewall authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    ba51d0c View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy