-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚠️ CONFLICT! Lineage pull request for: skeleton #33
base: develop
Are you sure you want to change the base?
Commits on Feb 14, 2024
-
Add checks for semantic python versions
Michael Saki committedFeb 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 33582a1 - Browse repository at this point
Copy the full SHA 33582a1View commit details -
Refactor code for the semantic check
This commit will make a few changes. The orginal version of the semantic checking function was a bit more difficult to read. It is now somewhat easier to follow how the regex is structured. Also the function has been renamed to check_python_version since it has 2 functions, making sure that the version is semantically correct and the second is to make sure that it is installed on the user's machine. This makes it easier to follow the logic for the flags, -p or --python-version and -l or --list-versions
Michael Saki committedFeb 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 9438194 - Browse repository at this point
Copy the full SHA 9438194View commit details
Commits on Mar 18, 2024
-
Add checks for semantic python versions
Michael Saki committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for cea8edc - Browse repository at this point
Copy the full SHA cea8edcView commit details -
Refactor code for the semantic check
This commit will make a few changes. The orginal version of the semantic checking function was a bit more difficult to read. It is now somewhat easier to follow how the regex is structured. Also the function has been renamed to check_python_version since it has 2 functions, making sure that the version is semantically correct and the second is to make sure that it is installed on the user's machine. This makes it easier to follow the logic for the flags, -p or --python-version and -l or --list-versions
Michael Saki committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d5c7c4a - Browse repository at this point
Copy the full SHA d5c7c4aView commit details -
Merge branch 'improvement/correct-semantic-python-version-checks' of h…
…ttps://github.com/cisagov/skeleton-generic into improvement/correct-semantic-python-version-checks
Michael Saki committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for f7b9d05 - Browse repository at this point
Copy the full SHA f7b9d05View commit details -
Remove example of correct semantic version
Michael Saki committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 327ab73 - Browse repository at this point
Copy the full SHA 327ab73View commit details
Commits on Mar 20, 2024
-
Refactor the error message for the user
Michael Saki committedMar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 4dedf50 - Browse repository at this point
Copy the full SHA 4dedf50View commit details -
Improve the semantic error message
Michael Saki committedMar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for e84deea - Browse repository at this point
Copy the full SHA e84deeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdc7be - Browse repository at this point
Copy the full SHA 5fdc7beView commit details
Commits on Mar 21, 2024
-
Refactor regex, add link, and improve comments
Michael Saki committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 42ef8c2 - Browse repository at this point
Copy the full SHA 42ef8c2View commit details -
Update link to use semver.org over regex101.com
Michael Saki committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for a77e5e1 - Browse repository at this point
Copy the full SHA a77e5e1View commit details -
Co-authored-by: dav3r <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fe14c7 - Browse repository at this point
Copy the full SHA 5fe14c7View commit details
Commits on Apr 20, 2024
-
Add a meta hook to the pre-commit configuration
Add the `check-useless-excludes` meta hook to verify that any defined `exclude` directives apply to at least one file in the repository.
Configuration menu - View commit details
-
Copy full SHA for b7896a0 - Browse repository at this point
Copy the full SHA b7896a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 260566f - Browse repository at this point
Copy the full SHA 260566fView commit details
Commits on Jun 2, 2024
-
Add a dependabot ignore directive
Since we have a version pin of some kind for the molecule package in the `requirements-test.txt` file it makes sense to ensure this dependency is centrally managed.
Configuration menu - View commit details
-
Copy full SHA for 8459623 - Browse repository at this point
Copy the full SHA 8459623View commit details
Commits on Jun 11, 2024
-
Add logic to wait for systemd initialization to complete on Fedora
Now that we always run systemd-enabled Docker images for our Molecule testing it makes sense to always do this.
Configuration menu - View commit details
-
Copy full SHA for 6adafec - Browse repository at this point
Copy the full SHA 6adafecView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a68994d - Browse repository at this point
Copy the full SHA a68994dView commit details
Commits on Aug 12, 2024
-
Use the hashicorp/setup-packer GitHub Action
Instead of manually installing Packer we can instead leverage the hashicorp/setup-packer Action just as we do for Terraform.
Configuration menu - View commit details
-
Copy full SHA for 43b91c7 - Browse repository at this point
Copy the full SHA 43b91c7View commit details
Commits on Aug 23, 2024
-
Remove @jasonodoom as a codeowner
He is no longer a member of @cisagov/vm-dev.
Configuration menu - View commit details
-
Copy full SHA for 8ada75d - Browse repository at this point
Copy the full SHA 8ada75dView commit details
Commits on Aug 26, 2024
-
Previously we only provided a lower bound for the version, but pinning to a specific version aligns with what has been done with the prettier hook and how pre-commit hooks are pinned in general. The flake8-docstrings package is rarely updated, so there is no real downside to pinning to a specific version. Co-authored-by: Nick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2930208 - Browse repository at this point
Copy the full SHA 2930208View commit details
Commits on Sep 24, 2024
-
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46e0553 - Browse repository at this point
Copy the full SHA 46e0553View commit details -
Bump crazy-max/ghaction-github-status from 3 to 4
Bumps [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-github-status/releases) - [Commits](crazy-max/ghaction-github-status@v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-status dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3167421 - Browse repository at this point
Copy the full SHA 3167421View commit details
Commits on Sep 25, 2024
-
Update pre-commit hook versions
This is done automatically with the `pre-commit autoupdate` command. The pre-commit/mirrors-prettier hook was manually held back because the latest tags are for alpha releases of the next major version.
Configuration menu - View commit details
-
Copy full SHA for 6a58c2c - Browse repository at this point
Copy the full SHA 6a58c2cView commit details -
Manually update the prettier hook
Use the latest v3 release available from NPM.
Configuration menu - View commit details
-
Copy full SHA for 553efcb - Browse repository at this point
Copy the full SHA 553efcbView commit details -
Merge pull request #170 from cisagov/dependabot/github_actions/crazy-…
…max/ghaction-github-status-4 Bump crazy-max/ghaction-github-status from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 184e749 - Browse repository at this point
Copy the full SHA 184e749View commit details -
Merge pull request #171 from cisagov/dependabot/github_actions/action…
…s/cache-4 Bump actions/cache from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for d99c117 - Browse repository at this point
Copy the full SHA d99c117View commit details -
Merge pull request #187 from cisagov/improvement/use_setup_packer_action
Use an Action to install Packer in our GitHub Actions workflows
Configuration menu - View commit details
-
Copy full SHA for 2491ca0 - Browse repository at this point
Copy the full SHA 2491ca0View commit details -
Merge pull request #176 from cisagov/improvement/correct-semantic-pyt…
…hon-version-checks Add checks for correct semantic version of Python
Configuration menu - View commit details
-
Copy full SHA for f6c9537 - Browse repository at this point
Copy the full SHA f6c9537View commit details -
Merge pull request #188 from cisagov/remove-odoom-as-a-codeowner
Remove @jasonodoom as a codeowner
Configuration menu - View commit details
-
Copy full SHA for 10e5f6f - Browse repository at this point
Copy the full SHA 10e5f6fView commit details -
Add a pre-commit hook to run pip-audit
The pip-audit tool will audit any supplied pip requirements files for vulnerable packages.
Configuration menu - View commit details
-
Copy full SHA for 045a998 - Browse repository at this point
Copy the full SHA 045a998View commit details -
Merge pull request #178 from cisagov/improvement/add_pre-commit_meta_…
…hook Add the `check-useless-excludes` hook to the pre-commit configuration
Configuration menu - View commit details
-
Copy full SHA for 28dc4ce - Browse repository at this point
Copy the full SHA 28dc4ceView commit details -
Merge pull request #179 from cisagov/improvement/add_pip-audit_pre-co…
…mmit_hook Add a pre-commit hook to run `pip-audit`
Configuration menu - View commit details
-
Copy full SHA for 5801cec - Browse repository at this point
Copy the full SHA 5801cecView commit details -
Merge pull request #184 from cisagov/improvement/pin-flake8-docstrings
Add a lower-bound pin for the `flake8-docstrings` `pip` package
Configuration menu - View commit details
-
Copy full SHA for e61255c - Browse repository at this point
Copy the full SHA e61255cView commit details -
Merge pull request #185 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
Configuration menu - View commit details
-
Copy full SHA for 44cd1be - Browse repository at this point
Copy the full SHA 44cd1beView commit details -
Use the rbubley/mirrors-prettier hook for prettier
This replaces the now archived pre-commit/mirrors-prettier hook.
Configuration menu - View commit details
-
Copy full SHA for c502f1a - Browse repository at this point
Copy the full SHA c502f1aView commit details -
Merge pull request #186 from cisagov/improvement/switch_prettier_hook
Switch the `pre-commit` hook used to run `prettier`
Configuration menu - View commit details
-
Copy full SHA for f0e55b3 - Browse repository at this point
Copy the full SHA f0e55b3View commit details
Commits on Oct 2, 2024
-
Add a new trigger for the sync-labels GitHub Actions workflow
Add a `workflow_dispatch` trigger so we can manually run the workflow if needed.
Configuration menu - View commit details
-
Copy full SHA for 942c0dc - Browse repository at this point
Copy the full SHA 942c0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a267662 - Browse repository at this point
Copy the full SHA a267662View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7f09e - Browse repository at this point
Copy the full SHA dc7f09eView commit details
Commits on Oct 28, 2024
-
Add the GitHubSecurityLab/actions-permissions/monitor Action
This Action will provide information about the usage of GITHUB_TOKEN in the workflow. It should be added to _every_ job in _any_ workflow to provide information for analysis.
Configuration menu - View commit details
-
Copy full SHA for 343d2cc - Browse repository at this point
Copy the full SHA 343d2ccView commit details
Commits on Oct 29, 2024
-
Restrict permissions of GITHUB_TOKEN
This changes the default permissions for the GITHUB_TOKEN used in our GitHub Actions configuration to the minimum required to successfully run.
Configuration menu - View commit details
-
Copy full SHA for 8a77a8b - Browse repository at this point
Copy the full SHA 8a77a8bView 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 3b1d4ef - Browse repository at this point
Copy the full SHA 3b1d4efView commit details -
Sort hook ids in each pre-commit hook entry
Ensure that all hook ids are sorted alphabetically in each hook entry in our pre-commit configuration.
Configuration menu - View commit details
-
Copy full SHA for 1d285f2 - Browse repository at this point
Copy the full SHA 1d285f2View commit details
Commits on Oct 30, 2024
-
Merge pull request #189 from cisagov/improvement/manually_run_sync-la…
…bels_workflow Allow the `sync-labels` workflow to be run manually
Configuration menu - View commit details
-
Copy full SHA for 5da1059 - Browse repository at this point
Copy the full SHA 5da1059View commit details -
Merge pull request #190 from cisagov/improvement/add_actions-permissi…
…ons-monitor Add the `GitHubSecurityLab/actions-permissions/monitor` Action
Configuration menu - View commit details
-
Copy full SHA for ff221ba - Browse repository at this point
Copy the full SHA ff221baView commit details -
Merge pull request #191 from cisagov/improvement/github_tokenn_polp
Explicitly define permissions of `GITHUB_TOKEN` in our GitHub Actions workflows
Configuration menu - View commit details
-
Copy full SHA for 971602a - Browse repository at this point
Copy the full SHA 971602aView commit details -
Merge pull request #192 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hook versions
Configuration menu - View commit details
-
Copy full SHA for bdf8a25 - Browse repository at this point
Copy the full SHA bdf8a25View commit details -
Merge pull request #193 from cisagov/improvement/add_more_pre-commit_…
…hooks Add additional hooks from `pre-commit/pre-commit-hooks`
Configuration menu - View commit details
-
Copy full SHA for 6959971 - Browse repository at this point
Copy the full SHA 6959971View commit details -
Merge pull request #194 from cisagov/improvement/ensure_pre-commit_ho…
…oks_are_sorted Sort hook ids in each `pre-commit` hook entry
Configuration menu - View commit details
-
Copy full SHA for f517db7 - Browse repository at this point
Copy the full SHA f517db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfee80 - Browse repository at this point
Copy the full SHA 7cfee80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e21ee - Browse repository at this point
Copy the full SHA c3e21eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c97b51 - Browse repository at this point
Copy the full SHA 0c97b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c867348 - Browse repository at this point
Copy the full SHA c867348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88741e7 - Browse repository at this point
Copy the full SHA 88741e7View commit details
Commits on Oct 31, 2024
-
Update version of crazy-max/ghaction-github-status
This must have been missed in a previous Lineage PR. Co-authored-by: Nick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ffaf0e - Browse repository at this point
Copy the full SHA 5ffaf0eView commit details -
Update permissions for test job
The job checks out the code, so it needs repo read permissions. Co-authored-by: Nick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9326e51 - Browse repository at this point
Copy the full SHA 9326e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a08f06 - Browse repository at this point
Copy the full SHA 1a08f06View commit details
Commits on Nov 1, 2024
-
Update the commented out dependabot ignore directives
Add a directive for hashicorp/setup-packer that was missed when it was added to the `build` workflow. Add a directive for cisagov/setup-env-github-action that is not strictly necessary since we currently just pull from the `develop` branch, but is good to have in case we were to change that in the future.
Configuration menu - View commit details
-
Copy full SHA for 8824475 - Browse repository at this point
Copy the full SHA 8824475View commit details -
Merge pull request #195 from cisagov/bug/add_missing_dependabot_ignore
Add missing dependabot ignore directives
Configuration menu - View commit details
-
Copy full SHA for e6afb68 - Browse repository at this point
Copy the full SHA e6afb68View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a085627 - Browse repository at this point
Copy the full SHA a085627View commit details -
Configuration menu - View commit details
-
Copy full SHA for c560e23 - Browse repository at this point
Copy the full SHA c560e23View commit details
Commits on Nov 8, 2024
-
Bump up the lower bound on ansible-core
This is being done because the pip-audit pre-commit hook identifies a vulnerability in ansible-core version 2.16.13. Note that this requires that we bump up ansible to version 10 since all versions of ansible 9 have a dependency on ~=2.16.X.
Configuration menu - View commit details
-
Copy full SHA for 12a91ad - Browse repository at this point
Copy the full SHA 12a91adView commit details -
Bump up the lower bound on ansible-core
This is being done because the pip-audit pre-commit hook identifies a vulnerability in ansible-core version 2.16.13. Note that this requires that we bump up ansible to version 10 since all versions of ansible 9 have a dependency on ~=2.16.X.
Configuration menu - View commit details
-
Copy full SHA for 46b874f - Browse repository at this point
Copy the full SHA 46b874fView commit details -
Fedora 41 was released on October 29th: https://www.redhat.com/en/blog/announcing-fedora-41
Configuration menu - View commit details
-
Copy full SHA for 985e545 - Browse repository at this point
Copy the full SHA 985e545View commit details -
Temporarily use a non-default branch of cisagov/ansible-role-upgrade
Note that this is being done for testing purposes, and this change can be reverted once cisagov/ansible-role-upgrade#66 is merged.
Configuration menu - View commit details
-
Copy full SHA for 1df67df - Browse repository at this point
Copy the full SHA 1df67dfView commit details
Commits on Nov 13, 2024
-
Update the version of the ansible-lint pre-commit hook
Version 24.10.0 is the first version that supports Fedora 41 as a valid platform.
Configuration menu - View commit details
-
Copy full SHA for b9f798d - Browse repository at this point
Copy the full SHA b9f798dView commit details -
Update the version of the ansible-lint pre-commit hook
Version 24.10.0 is the first version that supports Fedora 41 as a valid platform.
Configuration menu - View commit details
-
Copy full SHA for d9cb1c0 - Browse repository at this point
Copy the full SHA d9cb1c0View commit details -
Revert to using the default branch of cisagov/ansible-role-upgrade
We can do this now that cisagov/ansible-role-upgrade#66 has been merged.
Configuration menu - View commit details
-
Copy full SHA for 40cfc6d - Browse repository at this point
Copy the full SHA 40cfc6dView commit details
Commits on Nov 14, 2024
-
The pin of ansible-core was originally put in place because the pip-audit pre-commit hook identifies a vulnerability in ansible-core 2.16.13. Normally we would pin ansible-core to >2.16.13, but in the spirit of the earlier, optional pin of ansible>=10 we pin ansible-core to >=2.17. This effectively also pins ansible to >=10. Co-authored-by: Nick M <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cca133a - Browse repository at this point
Copy the full SHA cca133aView commit details -
The pin of ansible-core was originally put in place because the pip-audit pre-commit hook identifies a vulnerability in ansible-core 2.16.13. Normally we would pin ansible-core accordingly (>2.16.13), but the earlier pin of ansible>=10 effectively pins ansible-core to >=2.17 so that's what we do here. Co-authored-by: Nick M <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5a06b4 - Browse repository at this point
Copy the full SHA b5a06b4View commit details
Commits on Nov 19, 2024
-
Comment out actions-permissions/monitor for test job
With this task in place the GitHub runners run out of resources and crash.
Configuration menu - View commit details
-
Copy full SHA for 9bcc7f8 - Browse repository at this point
Copy the full SHA 9bcc7f8View commit details -
Ignore a particular ansible-core vulnerability
This is being done only temporarily, and only because there is no recent version of ansible-core that does not exhibit the vulnerability. Without this change we get a failure from the pip-audit pre-commit hook that we cannot do anything about. See cisagov/skeleton-ansible-role#210 for more details.
Configuration menu - View commit details
-
Copy full SHA for ff01c22 - Browse repository at this point
Copy the full SHA ff01c22View commit details
Commits on Nov 20, 2024
-
Add comments about looming EOL issues for ansible and ansible-core
This adds even more evidence for why it is a good idea to go ahead and upgrade ansible and ansible-core, in addition to the vulnerability that pip-audit turned up. Co-authored-by: Nick M <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd85261 - Browse repository at this point
Copy the full SHA bd85261View commit details -
Add comments about looming EOL issues for ansible and ansible-core
This adds even more evidence for why it is a good idea to go ahead and upgrade ansible and ansible-core, in addition to the vulnerability that pip-audit turned up. Co-authored-by: Nick M <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38081fd - Browse repository at this point
Copy the full SHA 38081fdView commit details -
Merge pull request #196 from cisagov/improvement/add-a-lower-bound-pi…
…n-for-ansible-core Bump up the lower bound on `ansible-core`
Configuration menu - View commit details
-
Copy full SHA for f7ccd9a - Browse repository at this point
Copy the full SHA f7ccd9aView commit details -
Merge pull request #197 from cisagov/improvement/upgrade-ansible-lint…
…-pre-commit-hook-version Update the version of the `ansible-lint` `pre-commit` hook
Configuration menu - View commit details
-
Copy full SHA for a794735 - Browse repository at this point
Copy the full SHA a794735View commit details -
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
mcdonnnj committedNov 20, 2024 Configuration menu - View commit details
-
Copy full SHA for c10c960 - Browse repository at this point
Copy the full SHA c10c960View commit details
Commits on Nov 21, 2024
-
Merge pull request #197 from cisagov/improvement/add_molecule_to_depe…
…ndabot Add a dependabot ignore directive for `molecule`
Configuration menu - View commit details
-
Copy full SHA for 3e4a67a - Browse repository at this point
Copy the full SHA 3e4a67aView commit details
Commits on Nov 22, 2024
-
Merge pull request #200 from cisagov/improvement/wait-for-systemd-ini…
…tialization-for-fedora Add logic to wait for `systemd` initialization to complete on Fedora
Configuration menu - View commit details
-
Copy full SHA for eb52222 - Browse repository at this point
Copy the full SHA eb52222View commit details -
Add a lower-bound pin for pytest-testinfra
We do this because pytest-testinfra 10.1.1 contains a fix for SystemdService.exists that is required by some roles' Molecule test code. Note that we also add a corresponding line to the Dependabot configuration so that descendant repos know this dependency is managed here. Co-authored-by: Nick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bffee6b - Browse repository at this point
Copy the full SHA bffee6bView commit details -
Merge pull request #201 from cisagov/improvement/add-prophylactic-pin
Add a lower-bound pin for `pytest-testinfra`
Configuration menu - View commit details
-
Copy full SHA for b7f9de9 - Browse repository at this point
Copy the full SHA b7f9de9View commit details -
Merge pull request #209 from cisagov/improvement/bump-up-lower-bound-…
…pin-for-ansible-core Bump up the lower bound on `ansible-core`
Configuration menu - View commit details
-
Copy full SHA for b48fe5c - Browse repository at this point
Copy the full SHA b48fe5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd8852 - Browse repository at this point
Copy the full SHA 8fd8852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f617d - Browse repository at this point
Copy the full SHA 15f617dView commit details -
Merge pull request #206 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
Configuration menu - View commit details
-
Copy full SHA for 30ebbce - Browse repository at this point
Copy the full SHA 30ebbceView commit details -
Merge pull request #207 from cisagov/improvement/add-support-for-fedo…
…ra-41 Add support for Fedora 41
Configuration menu - View commit details
-
Copy full SHA for e940403 - Browse repository at this point
Copy the full SHA e940403View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce1c19b - Browse repository at this point
Copy the full SHA ce1c19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05be102 - Browse repository at this point
Copy the full SHA 05be102View commit details