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

⚠️ CONFLICT! Lineage pull request for: skeleton #14

Merged
merged 78 commits into from
Dec 12, 2023
Merged

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    4cb9a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f56b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f261099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    097b573 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    254282a View commit details
    Browse the repository at this point in the history
  2. Update staticcheck id

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ecf3299 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    1eaedf5 View commit details
    Browse the repository at this point in the history
  4. Update statcicheck stylization

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fd04757 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    ddbf6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8af336 View commit details
    Browse the repository at this point in the history
  3. Update go-critic name

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

    Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
    jasonodoom and mcdonnnj authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c6ab22e View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    29de034 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    1e7cb4f View commit details
    Browse the repository at this point in the history
  3. Remove Go section coment

    Co-authored-by: Shane Frasier <jeremy.frasier@gwe.cisa.dhs.gov>
    jasonodoom and jsf9k authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5f3bc13 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    d311825 View commit details
    Browse the repository at this point in the history
  2. Sort the keys in the Dependabot configuration

    Our standard practice for YAML files is to sort keys alphabetically.
    mcdonnnj committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2294d49 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    e678502 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    a518cfb View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    0db97d1 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    f646a73 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    cf5c0d7 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    d6715e7 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    948ebde View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    98d3d3f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Add nixfmt pre-commit hook

    jasonodoom committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    82db36a View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    c0b5d5b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    b04654e View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    49ac8c5 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    4ec50ab View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    8145a93 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #140 from cisagov/improvement/update_dependabot_co…

    …nfiguration
    
    Update the Dependabot configuration
    mcdonnnj authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ce74358 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #141 from cisagov/documentation/grammar

    Delete duplicate word "are"
    mcdonnnj authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    338e3e1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #143 from cisagov/add-nixfmt

    Add nixfmt pre-commit hook
    mcdonnnj authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8432f1e View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    8cdbc7b View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    ca49bea View commit details
    Browse the repository at this point in the history
  8. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    94d753d View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    1bc2056 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    a62ebe7 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    3619c45 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    f437066 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5e56a2 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    9afb516 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    9dc773c View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    bb81ec3 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #142 from cisagov/maintenance/update_pre-commit_hooks

    Update `pre-commit` hooks
    mcdonnnj authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    94903ae View commit details
    Browse the repository at this point in the history
  18. Merge pull request #148 from cisagov/improvement/change_black_repository

    Change the source repository for the `black` hook
    mcdonnnj authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8d8577c View commit details
    Browse the repository at this point in the history
  19. Merge pull request #144 from cisagov/improvement/add-github-status-jazz

    Add a job that runs diagnostics
    mcdonnnj authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c0eed09 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3407aad View commit details
    Browse the repository at this point in the history
  21. Enable dependabot ignore directives

    Enable the new dependabot ignore directives that were added in
    cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7304857 View commit details
    Browse the repository at this point in the history
  22. 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. This mirrors what was done to
    the configurations inherited from cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d86ac5b View commit details
    Browse the repository at this point in the history
  23. Sort the keys in the Dependabot configuration

    Our standard practice for YAML files is to sort keys alphabetically.
    This mirrors what was done to the configurations inherited from
    cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4186c1a View commit details
    Browse the repository at this point in the history
  24. Bump actions/checkout from 3 to 4

    This updates the remaining declarations to match what was pulled down
    from cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    95cb005 View commit details
    Browse the repository at this point in the history
  25. Update job dependencies for the build.yml workflow

    Add the `diagnostics` job as a dependency for the other jobs. Reformat
    the dependencies for those jobs to match the formatting of the `lint`
    job. This aligns with what was pulled down from
    cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c9f43e4 View commit details
    Browse the repository at this point in the history
  26. Adjust key ordering for jobs in the build.yml workflow

    Ensure that top-level keys except for `steps` are alphabetically sorted.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    138fc0f View commit details
    Browse the repository at this point in the history
  27. Remove unnecessary quotes in the build.yml workflow

    We generally only use quotes when they are strictly necessary to ensure
    data is interpreted as a string value. This mirrors what was done to
    the configurations inherited from cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7eefae0 View commit details
    Browse the repository at this point in the history
  28. Add runner hardening to all jobs in our workflows

    This aligns with what was done to the `lint` job of the build.yml
    workflow that was inherited from cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4380bec View commit details
    Browse the repository at this point in the history
  29. Remove unnecessary quotes in the codeql-analysis.yml workflow

    We generally only use quotes when they are strictly necessary to ensure
    data is interpreted as a string value. This mirrors what was done to
    the configurations inherited from cisagov/skeleton-generic.
    mcdonnnj committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f0f3e11 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Bump docker/login-action from 2 to 3

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6ee9882 View commit details
    Browse the repository at this point in the history
  2. Bump docker/setup-buildx-action from 2 to 3

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    05bb592 View commit details
    Browse the repository at this point in the history
  3. Bump docker/setup-qemu-action from 2 to 3

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f05a983 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Bump python from 3.11.4-alpine to 3.12.0-alpine

    Bumps python from 3.11.4-alpine to 3.12.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    768b6cb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add a diagnostics job to the CodeQL workflow

    It's good to agree everywhere with the changes we made to the
    build.yml workflow in cisagov/skeleton-generic#144.
    jsf9k committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8c6b096 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #172 from cisagov/lineage/skeleton

    ⚠️ CONFLICT! Lineage pull request for: skeleton
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6bc69ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from cisagov/dependabot/docker/python-3.12.0-…

    …alpine
    
    Bump python from 3.11.4-alpine to 3.12.0-alpine
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dde0921 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #178 from cisagov/improvement/add-diagnostics-job-…

    …for-codeql-workflow
    
    Add a diagnostics job to the CodeQL workflow
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0af9c06 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #168 from cisagov/documentation/fix-comment

    Modify comment referencing "stopped" parameter
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c70e91e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #169 from cisagov/improvement/enhance_bump_version…

    …_script
    
    Enhance the functionality of the `bump_version.sh` script
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    bf95545 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #173 from cisagov/dependabot/github_actions/docker…

    …/login-action-3
    
    Bump docker/login-action from 2 to 3
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6d49cfa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #175 from cisagov/dependabot/github_actions/docker…

    …/setup-buildx-action-3
    
    Bump docker/setup-buildx-action from 2 to 3
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8dde580 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #176 from cisagov/dependabot/github_actions/docker…

    …/setup-qemu-action-3
    
    Bump docker/setup-qemu-action from 2 to 3
    mcdonnnj authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1ea8a3f View commit details
    Browse the repository at this point in the history
  9. Bump actions/github-script from 6 to 7

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b92cc51 View commit details
    Browse the repository at this point in the history
  10. Bump docker/build-push-action from 4 to 5

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0196a0d View commit details
    Browse the repository at this point in the history
  11. Add commented out option to docker/build-push-action

    There is currently a potential incompatibility with the default
    behavior of the version of buildx being used. A default image generated
    is built with provenance, which is something we would like to have, but
    these default images can run on neither Google Cloud Run nor AWS
    Lambda. Please see docker/buildx#1533 for mroe information. Since we
    want to retain support for creating AWS Lambda images we add a
    commented out disabling of this functionality that can be enabled in a
    downstream repository if needed.
    mcdonnnj committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ef3438f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    665784f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge pull request #181 from cisagov/dependabot/github_actions/action…

    …s/github-script-7
    
    Bump actions/github-script from 6 to 7
    mcdonnnj authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6ff485e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #174 from cisagov/dependabot/github_actions/docker…

    …/build-push-action-5
    
    Bump docker/build-push-action from 4 to 5
    mcdonnnj authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7e820ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66161c2 View commit details
    Browse the repository at this point in the history