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: cisagov/pshtt_reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.11
Choose a base ref
...
head repository: cisagov/pshtt_reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref

Commits on Jul 10, 2023

  1. Copy the full SHA
    4cb9a4b View commit details
  2. Copy the full SHA
    53f56b0 View commit details
  3. Copy the full SHA
    f261099 View commit details
  4. Copy the full SHA
    097b573 View commit details

Commits on Jul 11, 2023

  1. Copy the full SHA
    254282a View commit details
  2. Update staticcheck id

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 11, 2023
    Copy the full SHA
    ecf3299 View commit details
  3. Update tool names to match author stylization

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 11, 2023
    Copy the full SHA
    1eaedf5 View commit details
  4. Update statcicheck stylization

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 11, 2023
    Copy the full SHA
    fd04757 View commit details

Commits on Jul 12, 2023

  1. Temporarily use a different branch of cisagov/setup-env-github-action

    This is being done for testing purposes, and this commit can be
    reverted (or removed) once cisagov/setup-env-github-action#65 is
    merged.
    jsf9k committed Jul 12, 2023
    Copy the full SHA
    ddbf6f7 View commit details
  2. Copy the full SHA
    a8af336 View commit details
  3. Update go-critic name

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 12, 2023
    Copy the full SHA
    1675b12 View commit details
  4. Update staticcheck name

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 12, 2023
    Copy the full SHA
    c6ab22e View commit details

Commits on Jul 13, 2023

  1. Use the correct repo name for the ansible-lint pre-commit hook

    The repo name we were using redirects to the correct place, but we may
    as well cut out the middle man.
    jsf9k committed Jul 13, 2023
    Copy the full SHA
    29de034 View commit details
  2. Correct staticcheck reference to setup-env, sort alphabetically and c…

    …orrect staticcheck package URL
    
    Co-Authored By: @mcdonnnj <mcdonnj@users.noreply.github.com>
    jasonodoom committed Jul 13, 2023
    Copy the full SHA
    1e7cb4f View commit details
  3. Remove Go section coment

    Co-authored-by: Shane Frasier <jeremy.frasier@gwe.cisa.dhs.gov>
    jasonodoom and jsf9k authored Jul 13, 2023
    Copy the full SHA
    5f3bc13 View commit details

Commits on Jul 14, 2023

  1. Remove unnecessary quotes in the dependabot configuration

    We generally only use quotes when they are strictly necessary to ensure
    data is interpreted as a string value.
    mcdonnnj committed Jul 14, 2023
    Copy the full SHA
    d311825 View commit details
  2. Sort the keys in the Dependabot configuration

    Our standard practice for YAML files is to sort keys alphabetically.
    mcdonnnj committed Jul 14, 2023
    Copy the full SHA
    2294d49 View commit details

Commits on Jul 18, 2023

  1. Delete duplicate word "are"

    Co-authored-by: David Harris <David.Harris@associates.cisa.dhs.gov>
    jsf9k and dv4harr10 committed Jul 18, 2023
    Copy the full SHA
    e678502 View commit details

Commits on Jul 28, 2023

  1. Reference correct parameter name in comment

    The "stopped" parameter is no longer present now that we are using
    python-on-whales.
    
    Co-authored-by: dav3r <david.redmin@gwe.cisa.dhs.gov>
    jsf9k and dav3r committed Jul 28, 2023
    Copy the full SHA
    a518cfb View commit details

Commits on Aug 9, 2023

  1. Add the ability to specify a token in bump_version.sh

    The token is optionally used for the build and prerelease actions to
    override the default values used by the semver Python package.
    mcdonnnj committed Aug 9, 2023
    Copy the full SHA
    0db97d1 View commit details
  2. DRY out logic to update version information

    Since the replacement and commit of version change information is
    almost identical across the different logic flows it makes sense to DRY
    out the code.
    mcdonnnj committed Aug 9, 2023
    Copy the full SHA
    f646a73 View commit details
  3. Change when existing version information is retrieved

    Only retrieve the existing version information if the input to the
    bump_version.sh script isn't immediately invalid (if the script does
    not get 1-2 arguments).
    mcdonnnj committed Aug 9, 2023
    Copy the full SHA
    cf5c0d7 View commit details

Commits on Aug 15, 2023

  1. Remove git push from bump_version.sh script

    The team has come to the consensus that the `git push` should be at the
    discretion of the user. This both prevents needless GitHub Actions runs
    and ensures that the repository is updated when the user feels it is in
    an appropriate state.
    
    Co-authored-by: Shane Frasier <jeremy.frasier@gwe.cisa.dhs.gov>
    mcdonnnj and jsf9k authored Aug 15, 2023
    Copy the full SHA
    d6715e7 View commit details

Commits on Aug 16, 2023

  1. Fix gosec stylization

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Aug 16, 2023
    Copy the full SHA
    948ebde View commit details

Commits on Aug 22, 2023

  1. Revert "Temporarily use a different branch of cisagov/setup-env-githu…

    …b-action"
    
    This reverts commit ddbf6f7.
    
    This can be done now that cisagov/setup-env-github-action#65 has been
    merged.
    jsf9k committed Aug 22, 2023
    Copy the full SHA
    98d3d3f View commit details

Commits on Aug 28, 2023

  1. Add nixfmt pre-commit hook

    jasonodoom committed Aug 28, 2023
    Copy the full SHA
    82db36a View commit details
  2. Bump python from 3.11.3-bullseye to 3.11.5-bullseye

    Bumps python from 3.11.3-bullseye to 3.11.5-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 28, 2023
    Copy the full SHA
    e6d9345 View commit details

Commits on Aug 29, 2023

  1. Copy the full SHA
    2821e3b View commit details
  2. Merge pull request #84 from cisagov/dependabot/docker/python-3.11.5-b…

    …ullseye
    
    Bump python from 3.11.3-bullseye to 3.11.5-bullseye
    jsf9k authored Aug 29, 2023
    Copy the full SHA
    b98a449 View commit details

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 4, 2023
    Copy the full SHA
    c0b5d5b View commit details

Commits on Sep 11, 2023

  1. Copy the full SHA
    b04654e View commit details
  2. Update the dependabot ignore configuration

    Add crazy-max/ghaction-github-labeler as a commented out dependency to
    ignore in the dependabot configuration file. This should be enabled in
    downstream projects to consolidate updating this Action to the
    cisagov/skeleton-generic repository.
    mcdonnnj committed Sep 11, 2023
    Copy the full SHA
    49ac8c5 View commit details

Commits on Sep 13, 2023

  1. Merge pull request #138 from cisagov/add-go-packages

    Add go packages for pre-commit
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    4ec50ab View commit details
  2. Merge pull request #139 from cisagov/improvement/use-correct-repo-name

    Use the correct repo name for the ansible-lint pre-commit hook
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    8145a93 View commit details
  3. Merge pull request #140 from cisagov/improvement/update_dependabot_co…

    …nfiguration
    
    Update the Dependabot configuration
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    ce74358 View commit details
  4. Merge pull request #141 from cisagov/documentation/grammar

    Delete duplicate word "are"
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    338e3e1 View commit details
  5. Merge pull request #143 from cisagov/add-nixfmt

    Add nixfmt pre-commit hook
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    8432f1e View commit details
  6. Merge pull request #145 from cisagov/dependabot/github_actions/action…

    …s/checkout-4
    
    Bump actions/checkout from 3 to 4
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    8cdbc7b View commit details
  7. Merge pull request #146 from cisagov/improvement/update_labeler_action

    Update the version of the `crazy-max/ghaction-github-labeler` Action and add a dependabot ignore directive
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    ca49bea View commit details
  8. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    94d753d View commit details
  9. Switch to the pre-commit mirror for black

    This mirror was created to leverage performance optimizations from
    mypyc wheels that are available if black is installed from PyPI. These
    wheels are not available if black is installed from source as it would
    be using the old URL. Please see psf/black#3828 and psf/black#3405 for
    more information.
    mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    1bc2056 View commit details
  10. Add the crazy-max/ghaction-github-status GitHub action

    This action is added in a separate "diagnostics" job.  As configured
    it will never fail, but it will print out the status of the various
    GitHub components.  This information will sometimes be useful when
    determining why builds fail after the fact.
    
    Co-authored-by: Mark Feldhousen <mark.feldhousen@gwe.cisa.dhs.gov>
    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    3 people committed Sep 13, 2023
    Copy the full SHA
    a62ebe7 View commit details
  11. Make the lint job depend on the diagnostics job

    Even though the diagnostics job is not currently configured to fail
    due to the GitHub status, it is still true that if the job is unable
    to run that does not bode well for the lint job's successful
    execution.
    
    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jsf9k and mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    3619c45 View commit details
  12. Add a GH Action to dump the context

    This can be useful when debugging why a GH Action failed.
    
    Co-authored-by: felddy <mark.feldhousen@gwe.cisa.dhs.gov>
    2 people authored and mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    f437066 View commit details
  13. Copy the full SHA
    c5e56a2 View commit details
  14. Add the step-security/harden-runner GH Action

    This GH Action is being configured to run in audit mode.  It should
    warn us if an Action is reaching out to an unexpected web address,
    overwriting source code, etc.
    
    Co-authored-by: felddy <mark.feldhousen@gwe.cisa.dhs.gov>
    2 people authored and mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    9afb516 View commit details
  15. Add a harden-runner task to the lint job as well

    This task can only provide coverage for the job that contains it.
    jsf9k authored and mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    9dc773c View commit details
  16. Add a reminder

    We need a reminder add the step-security/harden-runner action at the
    top of every job.
    
    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jsf9k and mcdonnnj committed Sep 13, 2023
    Copy the full SHA
    bb81ec3 View commit details
  17. Merge pull request #142 from cisagov/maintenance/update_pre-commit_hooks

    Update `pre-commit` hooks
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    94903ae View commit details
  18. Merge pull request #148 from cisagov/improvement/change_black_repository

    Change the source repository for the `black` hook
    mcdonnnj authored Sep 13, 2023
    Copy the full SHA
    8d8577c View commit details
Loading