-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: cisagov/pshtt_reporter
base: v1.2.11
head repository: cisagov/pshtt_reporter
compare: develop
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cb9a4b - Browse repository at this point
Copy the full SHA 4cb9a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f56b0 - Browse repository at this point
Copy the full SHA 53f56b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f261099 - Browse repository at this point
Copy the full SHA f261099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097b573 - Browse repository at this point
Copy the full SHA 097b573View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 254282a - Browse repository at this point
Copy the full SHA 254282aView commit details -
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ecf3299 - Browse repository at this point
Copy the full SHA ecf3299View commit details -
Update tool names to match author stylization
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eaedf5 - Browse repository at this point
Copy the full SHA 1eaedf5View commit details -
Update statcicheck stylization
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd04757 - Browse repository at this point
Copy the full SHA fd04757View commit details
Commits on Jul 12, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for ddbf6f7 - Browse repository at this point
Copy the full SHA ddbf6f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8af336 - Browse repository at this point
Copy the full SHA a8af336View commit details -
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1675b12 - Browse repository at this point
Copy the full SHA 1675b12View commit details -
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6ab22e - Browse repository at this point
Copy the full SHA c6ab22eView commit details
Commits on Jul 13, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 29de034 - Browse repository at this point
Copy the full SHA 29de034View commit details -
Correct staticcheck reference to setup-env, sort alphabetically and c…
…orrect staticcheck package URL Co-Authored By: @mcdonnnj <mcdonnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1e7cb4f - Browse repository at this point
Copy the full SHA 1e7cb4fView commit details -
Co-authored-by: Shane Frasier <jeremy.frasier@gwe.cisa.dhs.gov>
Configuration menu - View commit details
-
Copy full SHA for 5f3bc13 - Browse repository at this point
Copy the full SHA 5f3bc13View commit details
Commits on Jul 14, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for d311825 - Browse repository at this point
Copy the full SHA d311825View commit details -
Sort the keys in the Dependabot configuration
Our standard practice for YAML files is to sort keys alphabetically.
Configuration menu - View commit details
-
Copy full SHA for 2294d49 - Browse repository at this point
Copy the full SHA 2294d49View commit details
Commits on Jul 18, 2023
-
Co-authored-by: David Harris <David.Harris@associates.cisa.dhs.gov>
Configuration menu - View commit details
-
Copy full SHA for e678502 - Browse repository at this point
Copy the full SHA e678502View commit details
Commits on Jul 28, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for a518cfb - Browse repository at this point
Copy the full SHA a518cfbView commit details
Commits on Aug 9, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0db97d1 - Browse repository at this point
Copy the full SHA 0db97d1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f646a73 - Browse repository at this point
Copy the full SHA f646a73View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for cf5c0d7 - Browse repository at this point
Copy the full SHA cf5c0d7View commit details
Commits on Aug 15, 2023
-
Remove git push from
bump_version.sh
scriptThe 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>
Configuration menu - View commit details
-
Copy full SHA for d6715e7 - Browse repository at this point
Copy the full SHA d6715e7View commit details
Commits on Aug 16, 2023
-
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 948ebde - Browse repository at this point
Copy the full SHA 948ebdeView commit details
Commits on Aug 22, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 98d3d3f - Browse repository at this point
Copy the full SHA 98d3d3fView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82db36a - Browse repository at this point
Copy the full SHA 82db36aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e6d9345 - Browse repository at this point
Copy the full SHA e6d9345View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2821e3b - Browse repository at this point
Copy the full SHA 2821e3bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b98a449 - Browse repository at this point
Copy the full SHA b98a449View commit details
Commits on Sep 4, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for c0b5d5b - Browse repository at this point
Copy the full SHA c0b5d5bView commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b04654e - Browse repository at this point
Copy the full SHA b04654eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 49ac8c5 - Browse repository at this point
Copy the full SHA 49ac8c5View commit details
Commits on Sep 13, 2023
-
Merge pull request #138 from cisagov/add-go-packages
Add go packages for pre-commit
Configuration menu - View commit details
-
Copy full SHA for 4ec50ab - Browse repository at this point
Copy the full SHA 4ec50abView commit details -
Merge pull request #139 from cisagov/improvement/use-correct-repo-name
Use the correct repo name for the ansible-lint pre-commit hook
Configuration menu - View commit details
-
Copy full SHA for 8145a93 - Browse repository at this point
Copy the full SHA 8145a93View commit details -
Merge pull request #140 from cisagov/improvement/update_dependabot_co…
…nfiguration Update the Dependabot configuration
Configuration menu - View commit details
-
Copy full SHA for ce74358 - Browse repository at this point
Copy the full SHA ce74358View commit details -
Merge pull request #141 from cisagov/documentation/grammar
Delete duplicate word "are"
Configuration menu - View commit details
-
Copy full SHA for 338e3e1 - Browse repository at this point
Copy the full SHA 338e3e1View commit details -
Merge pull request #143 from cisagov/add-nixfmt
Add nixfmt pre-commit hook
Configuration menu - View commit details
-
Copy full SHA for 8432f1e - Browse repository at this point
Copy the full SHA 8432f1eView commit details -
Merge pull request #145 from cisagov/dependabot/github_actions/action…
…s/checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 8cdbc7b - Browse repository at this point
Copy the full SHA 8cdbc7bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ca49bea - Browse repository at this point
Copy the full SHA ca49beaView commit details -
Update pre-commit hook versions
This is done automatically with the `pre-commit autoupdate` command.
Configuration menu - View commit details
-
Copy full SHA for 94d753d - Browse repository at this point
Copy the full SHA 94d753dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1bc2056 - Browse repository at this point
Copy the full SHA 1bc2056View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a62ebe7 - Browse repository at this point
Copy the full SHA a62ebe7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3619c45 - Browse repository at this point
Copy the full SHA 3619c45View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f437066 - Browse repository at this point
Copy the full SHA f437066View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e56a2 - Browse repository at this point
Copy the full SHA c5e56a2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9afb516 - Browse repository at this point
Copy the full SHA 9afb516View commit details -
Add a harden-runner task to the lint job as well
This task can only provide coverage for the job that contains it.
Configuration menu - View commit details
-
Copy full SHA for 9dc773c - Browse repository at this point
Copy the full SHA 9dc773cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bb81ec3 - Browse repository at this point
Copy the full SHA bb81ec3View commit details -
Merge pull request #142 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
Configuration menu - View commit details
-
Copy full SHA for 94903ae - Browse repository at this point
Copy the full SHA 94903aeView commit details -
Merge pull request #148 from cisagov/improvement/change_black_repository
Change the source repository for the `black` hook
Configuration menu - View commit details
-
Copy full SHA for 8d8577c - Browse repository at this point
Copy the full SHA 8d8577cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.11...develop