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

feat: produce sigstore Bundles for generic generator and go builder workflows #3777

Open
wants to merge 100 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. debug: print a message

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a9f0b1f View commit details
    Browse the repository at this point in the history
  2. debug: print token payload

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    168ff52 View commit details
    Browse the repository at this point in the history
  3. debug: make sigstore bundle

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c144a4c View commit details
    Browse the repository at this point in the history
  4. debug: add checks for err

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b731f87 View commit details
    Browse the repository at this point in the history
  5. full bundle print

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7c25f62 View commit details
    Browse the repository at this point in the history
  6. debug: timout and retires

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    586184c View commit details
    Browse the repository at this point in the history
  7. debug: no trusted root, no verifying the bundle upon creation

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    52dcd74 View commit details
    Browse the repository at this point in the history
  8. debug: marshall the bunlde

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    18f087a View commit details
    Browse the repository at this point in the history
  9. debug: attempt to produce real artifact

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2449026 View commit details
    Browse the repository at this point in the history
  10. debug: attempt to verify with slsa-verifier

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    760ddff View commit details
    Browse the repository at this point in the history
  11. debug: SLSA_VERIFIER_TESTING

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f6474eb View commit details
    Browse the repository at this point in the history
  12. debug: unpinned ul/dl artifact

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ffba170 View commit details
    Browse the repository at this point in the history
  13. debug: ul/dl artifact @v4

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    32f2e98 View commit details
    Browse the repository at this point in the history
  14. debug: no additonal TSAs

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e499d4b View commit details
    Browse the repository at this point in the history
  15. debug: back to setting trusted root

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f0bb4c3 View commit details
    Browse the repository at this point in the history
  16. debug: compile

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    89b8694 View commit details
    Browse the repository at this point in the history
  17. debug: derference attestation

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    093cd61 View commit details
    Browse the repository at this point in the history
  18. debug: use plain data for bundle content

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c9db425 View commit details
    Browse the repository at this point in the history
  19. debug: back to dsse data, nil trusted root so we don't try to verify,…

    … todo: open issue about verifying dseedata
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    97c65e4 View commit details
    Browse the repository at this point in the history
  20. sign the envelope directly

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b8cc4e8 View commit details
    Browse the repository at this point in the history
  21. back to trying to verify the bundle

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d74f59d View commit details
    Browse the repository at this point in the history
  22. init: generic byob

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    acd379a View commit details
    Browse the repository at this point in the history
  23. debug: generic as byob

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2bc13b2 View commit details
    Browse the repository at this point in the history
  24. idtoken write

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    89d34d1 View commit details
    Browse the repository at this point in the history
  25. all perms

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fc42438 View commit details
    Browse the repository at this point in the history
  26. rel dir

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2dbd4f3 View commit details
    Browse the repository at this point in the history
  27. lahR

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e41e789 View commit details
    Browse the repository at this point in the history
  28. add go.mod

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1b2be89 View commit details
    Browse the repository at this point in the history
  29. subshell cd

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4b0679a View commit details
    Browse the repository at this point in the history
  30. go1.22

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d90327d View commit details
    Browse the repository at this point in the history
  31. dir

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6888f6b View commit details
    Browse the repository at this point in the history
  32. add veridy

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f6a65ef View commit details
    Browse the repository at this point in the history
  33. upload the artifacts

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    75b63a9 View commit details
    Browse the repository at this point in the history
  34. set attestation-name variable

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    20b53e8 View commit details
    Browse the repository at this point in the history
  35. named output

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8621512 View commit details
    Browse the repository at this point in the history
  36. use env

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cd7c91f View commit details
    Browse the repository at this point in the history
  37. ls -lahr

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ae09228 View commit details
    Browse the repository at this point in the history
  38. prov--name, not prov-download-name

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f9c317f View commit details
    Browse the repository at this point in the history
  39. secure download atts

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2a1f31b View commit details
    Browse the repository at this point in the history
  40. actual prov name

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1700b42 View commit details
    Browse the repository at this point in the history
  41. rename prov

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b3e2653 View commit details
    Browse the repository at this point in the history
  42. rename all to .build.slsa

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2acef9e View commit details
    Browse the repository at this point in the history
  43. full prov path

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1040594 View commit details
    Browse the repository at this point in the history
  44. --source branch

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    60c59ee View commit details
    Browse the repository at this point in the history
  45. alternate slsa-verifier build

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5399717 View commit details
    Browse the repository at this point in the history
  46. by commit sha

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b489a31 View commit details
    Browse the repository at this point in the history
  47. install slsa-verifier directly with the branch

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d407367 View commit details
    Browse the repository at this point in the history
  48. setup-go

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    581475c View commit details
    Browse the repository at this point in the history
  49. alt generator_generic

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9a284ca View commit details
    Browse the repository at this point in the history
  50. add it

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a66d409 View commit details
    Browse the repository at this point in the history
  51. typo

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b3d87fb View commit details
    Browse the repository at this point in the history
  52. fix input

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3aecc0f View commit details
    Browse the repository at this point in the history
  53. contents: writer

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7d177eb View commit details
    Browse the repository at this point in the history
  54. action ref

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6db9cbd View commit details
    Browse the repository at this point in the history
  55. fix path

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    82effc3 View commit details
    Browse the repository at this point in the history
  56. pwd

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    83f53e8 View commit details
    Browse the repository at this point in the history
  57. cd

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    74508d3 View commit details
    Browse the repository at this point in the history
  58. again

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    757e1c2 View commit details
    Browse the repository at this point in the history
  59. checkout

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3a11bf2 View commit details
    Browse the repository at this point in the history
  60. original, no trusted root, custom slsa-verifier

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5a4cb41 View commit details
    Browse the repository at this point in the history
  61. run directly not as action

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7d32847 View commit details
    Browse the repository at this point in the history
  62. explitly use v1 provenance

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4350296 View commit details
    Browse the repository at this point in the history
  63. build3

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1a17ebb View commit details
    Browse the repository at this point in the history
  64. ls

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6b0a225 View commit details
    Browse the repository at this point in the history
  65. add original wokrflow

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aac2130 View commit details
    Browse the repository at this point in the history
  66. back to nil provider

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5134a42 View commit details
    Browse the repository at this point in the history
  67. alt verifier branch

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    24e3020 View commit details
    Browse the repository at this point in the history
  68. add BundleSigner()

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2e159d0 View commit details
    Browse the repository at this point in the history
  69. cleanup

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8f5f62a View commit details
    Browse the repository at this point in the history
  70. debug cleanup

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c30c1af View commit details
    Browse the repository at this point in the history
  71. cleanup

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    24ce77c View commit details
    Browse the repository at this point in the history
  72. changelog

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    69ef185 View commit details
    Browse the repository at this point in the history
  73. lint

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    46601b9 View commit details
    Browse the repository at this point in the history
  74. lint

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1800758 View commit details
    Browse the repository at this point in the history
  75. add bundles for go packages

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fd3df2a View commit details
    Browse the repository at this point in the history
  76. test workflows

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    36d9c60 View commit details
    Browse the repository at this point in the history
  77. perms

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    42a30dc View commit details
    Browse the repository at this point in the history
  78. compile builder

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cf902a4 View commit details
    Browse the repository at this point in the history
  79. add config file

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    68ff5e9 View commit details
    Browse the repository at this point in the history
  80. undo typo

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    867dd1f View commit details
    Browse the repository at this point in the history
  81. ls

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dcf33a8 View commit details
    Browse the repository at this point in the history
  82. verify v3

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    36e393c View commit details
    Browse the repository at this point in the history
  83. correct source branch

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dd3d373 View commit details
    Browse the repository at this point in the history
  84. lint

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0fcdbcb View commit details
    Browse the repository at this point in the history
  85. modularize the fulcio and rekor URLs

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c9199cd View commit details
    Browse the repository at this point in the history
  86. lint

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9abc26b View commit details
    Browse the repository at this point in the history
  87. print the rekor log index

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dea5ae1 View commit details
    Browse the repository at this point in the history
  88. chore(deps): update github-actions (#3753)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | actions/checkout | action | digest | `692973e` -> `9a9194f` |
    |
    [actions/download-artifact](https://togithub.com/actions/download-artifact)
    | action | patch | `v4.1.7` -> `v4.1.8` |
    | [actions/setup-go](https://togithub.com/actions/setup-go) | action |
    patch | `v5.0.1` -> `v5.0.2` |
    | [actions/setup-node](https://togithub.com/actions/setup-node) | action
    | patch | `v4.0.2` -> `v4.0.3` |
    | [actions/setup-node](https://togithub.com/actions/setup-node) | action
    | digest | `60edb5d` -> `1e60f62` |
    |
    [actions/upload-artifact](https://togithub.com/actions/upload-artifact)
    | action | patch | `v4.3.3` -> `v4.3.5` |
    | [github/codeql-action](https://togithub.com/github/codeql-action) |
    action | patch | `v3.25.11` -> `v3.25.15` |
    |
    [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action)
    | action | minor | `v3.4.2` -> `v3.5.0` |
    | [ossf/scorecard-action](https://togithub.com/ossf/scorecard-action) |
    action | minor | `v2.3.3` -> `v2.4.0` |
    |
    [softprops/action-gh-release](https://togithub.com/softprops/action-gh-release)
    | action | patch | `v2.0.6` -> `v2.0.8` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency
    Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/download-artifact (actions/download-artifact)</summary>
    
    ###
    [`v4.1.8`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.8)
    
    [Compare
    Source](https://togithub.com/actions/download-artifact/compare/v4.1.7...v4.1.8)
    
    #### What's Changed
    
    - Update
    [@&#8203;actions/artifact](https://togithub.com/actions/artifact)
    version, bump dependencies by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [actions/download-artifact#341
    
    **Full Changelog**:
    actions/download-artifact@v4...v4.1.8
    
    </details>
    
    <details>
    <summary>actions/setup-go (actions/setup-go)</summary>
    
    ###
    [`v5.0.2`](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2)
    
    [Compare
    Source](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2)
    
    </details>
    
    <details>
    <summary>actions/setup-node (actions/setup-node)</summary>
    
    ###
    [`v4.0.3`](https://togithub.com/actions/setup-node/compare/v4.0.2...v4.0.3)
    
    [Compare
    Source](https://togithub.com/actions/setup-node/compare/v4.0.2...v4.0.3)
    
    </details>
    
    <details>
    <summary>actions/upload-artifact (actions/upload-artifact)</summary>
    
    ###
    [`v4.3.5`](https://togithub.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)
    
    [Compare
    Source](https://togithub.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)
    
    ###
    [`v4.3.4`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.4)
    
    [Compare
    Source](https://togithub.com/actions/upload-artifact/compare/v4.3.3...v4.3.4)
    
    ##### What's Changed
    
    - Update
    [@&#8203;actions/artifact](https://togithub.com/actions/artifact)
    version, bump dependencies by
    [@&#8203;robherley](https://togithub.com/robherley) in
    [actions/upload-artifact#584
    
    **Full Changelog**:
    actions/upload-artifact@v4.3.3...v4.3.4
    
    </details>
    
    <details>
    <summary>github/codeql-action (github/codeql-action)</summary>
    
    ###
    [`v3.25.15`](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15)
    
    [Compare
    Source](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15)
    
    ###
    [`v3.25.14`](https://togithub.com/github/codeql-action/compare/v3.25.13...v3.25.14)
    
    [Compare
    Source](https://togithub.com/github/codeql-action/compare/v3.25.13...v3.25.14)
    
    ###
    [`v3.25.13`](https://togithub.com/github/codeql-action/compare/v3.25.12...v3.25.13)
    
    [Compare
    Source](https://togithub.com/github/codeql-action/compare/v3.25.12...v3.25.13)
    
    ###
    [`v3.25.12`](https://togithub.com/github/codeql-action/compare/v3.25.11...v3.25.12)
    
    [Compare
    Source](https://togithub.com/github/codeql-action/compare/v3.25.11...v3.25.12)
    
    </details>
    
    <details>
    <summary>gradle/gradle-build-action
    (gradle/gradle-build-action)</summary>
    
    ###
    [`v3.5.0`](https://togithub.com/gradle/gradle-build-action/releases/tag/v3.5.0)
    
    [Compare
    Source](https://togithub.com/gradle/gradle-build-action/compare/v3.4.2...v3.5.0)
    
    > \[!IMPORTANT]
    > As of `v3` this action has been superceded by
    `gradle/actions/setup-gradle`.
    > Any workflow that uses `gradle/gradle-build-action@v3` will
    transparently delegate to `gradle/actions/setup-gradle@v3`.
    >
    > Users are encouraged to update their workflows, replacing:
    >
    >     uses: gradle/gradle-build-action@v3
    >
    > with
    >
    >     uses: gradle/actions/setup-gradle@v3
    >
    > See the [setup-gradle
    documentation](https://togithub.com/gradle/actions/tree/main/setup-gradle)
    for up-to-date documentation for `gradle/actions/setup-gradle`.
    
    For release details, see
    https://github.com/gradle/actions/releases/tag/v3.5.0
    
    </details>
    
    <details>
    <summary>ossf/scorecard-action (ossf/scorecard-action)</summary>
    
    ###
    [`v2.4.0`](https://togithub.com/ossf/scorecard-action/releases/tag/v2.4.0)
    
    [Compare
    Source](https://togithub.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0)
    
    #### What's Changed
    
    This update bumps the Scorecard version to the v5 release. For a
    complete list of changes, please refer to the [v5.0.0 release
    notes](https://togithub.com/ossf/scorecard/releases/tag/v5.0.0). Of
    special note to Scorecard Action is the Maintainer Annotation feature,
    which can be used to suppress some Code Scanning false positives. Alerts
    will not be generated for any Scorecard Check with an annotation.
    
    - 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0
    by [@&#8203;spencerschrock](https://togithub.com/spencerschrock) in
    [ossf/scorecard-action#1410
    - 🐛 lower license sarif alert threshold to 9 by
    [@&#8203;spencerschrock](https://togithub.com/spencerschrock) in
    [ossf/scorecard-action#1411
    
    ##### Documentation
    
    - docs: dogfooding badge by
    [@&#8203;jkowalleck](https://togithub.com/jkowalleck) in
    [ossf/scorecard-action#1399
    
    #### New Contributors
    
    - [@&#8203;jkowalleck](https://togithub.com/jkowalleck) made their first
    contribution in
    [ossf/scorecard-action#1399
    
    **Full Changelog**:
    ossf/scorecard-action@v2.3.3...v2.4.0
    
    </details>
    
    <details>
    <summary>softprops/action-gh-release
    (softprops/action-gh-release)</summary>
    
    ###
    [`v2.0.8`](https://togithub.com/softprops/action-gh-release/releases/tag/v2.0.8)
    
    [Compare
    Source](https://togithub.com/softprops/action-gh-release/compare/v2.0.7...v2.0.8)
    
    <!-- Release notes generated using configuration in .github/release.yml
    at master -->
    
    #### What's Changed
    
    ##### Other Changes 🔄
    
    - chore(deps): bump prettier from 2.8.0 to 3.3.3 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#480
    - chore(deps): bump
    [@&#8203;types/node](https://togithub.com/types/node) from 20.14.9 to
    20.14.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#483
    - chore(deps): bump
    [@&#8203;octokit/plugin-throttling](https://togithub.com/octokit/plugin-throttling)
    from 9.3.0 to 9.3.1 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#484
    - chore(deps): bump glob from 10.4.2 to 11.0.0 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#477
    - refactor: write jest config in ts by
    [@&#8203;chenrui333](https://togithub.com/chenrui333) in
    [softprops/action-gh-release#485
    - chore(deps): bump
    [@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
    to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#470
    
    **Full Changelog**:
    softprops/action-gh-release@v2...v2.0.8
    
    ###
    [`v2.0.7`](https://togithub.com/softprops/action-gh-release/releases/tag/v2.0.7)
    
    [Compare
    Source](https://togithub.com/softprops/action-gh-release/compare/v2.0.6...v2.0.7)
    
    <!-- Release notes generated using configuration in .github/release.yml
    at master -->
    
    #### What's Changed
    
    ##### Bug fixes 🐛
    
    - Fix missing update release body by
    [@&#8203;FirelightFlagboy](https://togithub.com/FirelightFlagboy) in
    [softprops/action-gh-release#365
    
    ##### Other Changes 🔄
    
    - Bump
    [@&#8203;octokit/plugin-retry](https://togithub.com/octokit/plugin-retry)
    from 4.0.3 to 7.1.1 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#443
    - Bump typescript from 4.9.5 to 5.5.2 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#467
    - Bump [@&#8203;types/node](https://togithub.com/types/node) from
    20.14.6 to 20.14.8 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#469
    - Bump [@&#8203;types/node](https://togithub.com/types/node) from
    20.14.8 to 20.14.9 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#473
    - Bump typescript from 5.5.2 to 5.5.3 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#472
    - Bump ts-jest from 29.1.5 to 29.2.2 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [softprops/action-gh-release#479
    - docs: document that existing releases are updated by
    [@&#8203;jvanbruegge](https://togithub.com/jvanbruegge) in
    [softprops/action-gh-release#474
    
    #### New Contributors
    
    - [@&#8203;jvanbruegge](https://togithub.com/jvanbruegge) made their
    first contribution in
    [softprops/action-gh-release#474
    - [@&#8203;FirelightFlagboy](https://togithub.com/FirelightFlagboy) made
    their first contribution in
    [softprops/action-gh-release#365
    
    **Full Changelog**:
    softprops/action-gh-release@v2.0.6...v2.0.7
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the
    month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config help](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
    [repository job
    log](https://developer.mend.io/github/slsa-framework/slsa-github-generator).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Signed-off-by: Mend Renovate <bot@renovateapp.com>
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    renovate-bot authored and ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cdf9e4c View commit details
    Browse the repository at this point in the history
  89. chore(deps): bump github.com/docker/docker from 24.0.9+incompatible t…

    …o 25.0.6+incompatible in the go_modules group (#3760)
    
    Bumps the go_modules group with 1 update:
    [github.com/docker/docker](https://github.com/docker/docker).
    
    Updates `github.com/docker/docker` from 24.0.9+incompatible to
    25.0.6+incompatible
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/docker/releases">github.com/docker/docker's
    releases</a>.</em></p>
    <blockquote>
    <h2>v25.0.6</h2>
    <h2>25.0.6</h2>
    <p>For a full list of pull requests and changes in this release, refer
    to the relevant GitHub milestones:</p>
    <ul>
    <li><a
    href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A25.0.6">docker/cli,
    25.0.6 milestone</a></li>
    <li><a
    href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.6">moby/moby,
    25.0.6 milestone</a></li>
    <li>Deprecated and removed features, see <a
    href="https://github.com/docker/cli/blob/v25.0.6/docs/deprecated.md">Deprecated
    Features</a>.</li>
    <li>Changes to the Engine API, see <a
    href="https://github.com/moby/moby/blob/v25.0.6/docs/api/version-history.md">API
    version history</a>.</li>
    </ul>
    <h3>Security</h3>
    <p>This release contains a fix for <a
    href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110">CVE-2024-41110</a>
    / <a
    href="https://github.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq">GHSA-v23v-6jw2-98fq</a>
    that impacted setups using <a
    href="https://docs.docker.com/engine/extend/plugins_authorization/">authorization
    plugins (AuthZ)</a> for access control.</p>
    <h3>Bug fixes and enhancements</h3>
    <ul>
    <li>[25.0] remove erroneous <code>platform</code> from image
    <code>config</code> OCI descriptor in <code>docker save</code> output.
    <a
    href="https://redirect.github.com/moby/moby/pull/47695">moby/moby#47695</a></li>
    <li>[25.0 backport] Fix a nil dereference when getting image history for
    images having layers without the <code>Created</code> value set. <a
    href="https://redirect.github.com/moby/moby/pull/47759">moby/moby#47759</a></li>
    <li>[25.0 backport] apparmor: Allow confined runc to kill containers. <a
    href="https://redirect.github.com/moby/moby/pull/47830">moby/moby#47830</a></li>
    <li>[25.0 backport] Fix an issue where rapidly promoting a Swarm node
    after another node was demoted could cause the promoted node to fail its
    promotion. <a
    href="https://redirect.github.com/moby/moby/pull/47869">moby/moby#47869</a></li>
    <li>[25.0 backport] don't depend on containerd platform.Parse to return
    a typed error. <a
    href="https://redirect.github.com/moby/moby/pull/47890">moby/moby#47890</a></li>
    <li>[25.0 backport] builder/mobyexporter: Add missing nil check <a
    href="https://redirect.github.com/moby/moby/pull/47987">moby/moby#47987</a></li>
    </ul>
    <h3>Packaging updates</h3>
    <ul>
    <li>Update AWS SDK Go v2 to v1.24.1 for AWS CloudWatch logging driver.
    <a
    href="https://redirect.github.com/moby/moby/pull/47724">moby/moby#47724</a></li>
    <li>Update Go runtime to 1.21.12, which contains security fixes for <a
    href="https://github.com/advisories/GHSA-hw49-2p59-3mhj">CVE-2024-24791</a>
    <a
    href="https://redirect.github.com/moby/moby/pull/48146">moby/moby#48146</a></li>
    <li>Update Containerd (static binaries only) to <a
    href="https://github.com/containerd/containerd/releases/tag/v1.7.20">v1.7.20</a>.
    <a
    href="https://redirect.github.com/moby/moby/pull/48199">moby/moby#48199</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/moby/moby/compare/v25.0.5...v25.0.6">https://github.com/moby/moby/compare/v25.0.5...v25.0.6</a></p>
    <h2>v25.0.5</h2>
    <h2>25.0.5</h2>
    <p>For a full list of pull requests and changes in this release, refer
    to the relevant GitHub milestones:</p>
    <ul>
    <li><a
    href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A25.0.5">docker/cli,
    25.0.5 milestone</a></li>
    <li><a
    href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.5">moby/moby,
    25.0.5 milestone</a></li>
    <li>Deprecated and removed features, see <a
    href="https://github.com/docker/cli/blob/v25.0.5/docs/deprecated.md">Deprecated
    Features</a>.</li>
    <li>Changes to the Engine API, see <a
    href="https://github.com/moby/moby/blob/v25.0.5/docs/api/version-history.md">API
    version history</a>.</li>
    </ul>
    <h3>Security</h3>
    <p>This release contains a security fix for <a
    href="https://github.com/moby/moby/security/advisories/GHSA-mq39-4gv4-mvpx">CVE-2024-29018</a>,
    a potential data exfiltration from 'internal' networks via authoritative
    DNS servers.</p>
    <h3>Bug fixes and enhancements</h3>
    <ul>
    <li>
    <p><a
    href="https://github.com/moby/moby/security/advisories/GHSA-mq39-4gv4-mvpx">CVE-2024-29018</a>:
    Do not forward requests to external DNS servers for a container that is
    only connected to an 'internal' network. Previously, requests were
    forwarded if the host's DNS server was running on a loopback address,
    like systemd's 127.0.0.53. <a
    href="https://redirect.github.com/moby/moby/pull/47589">moby/moby#47589</a></p>
    </li>
    <li>
    <p>plugin: fix mounting /etc/hosts when running in UserNS. <a
    href="https://redirect.github.com/moby/moby/pull/47588">moby/moby#47588</a></p>
    </li>
    <li>
    <p>rootless: fix <code>open /etc/docker/plugins: permission
    denied</code>. <a
    href="https://redirect.github.com/moby/moby/pull/47587">moby/moby#47587</a></p>
    </li>
    <li>
    <p>Fix multiple parallel <code>docker build</code> runs leaking disk
    space. <a
    href="https://redirect.github.com/moby/moby/pull/47527">moby/moby#47527</a></p>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/moby/moby/commit/b08a51fe16eed67de3861c03b363ba403643b12e"><code>b08a51f</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/docker/issues/48231">#48231</a>
    from austinvazquez/backport-vendor-otel-v0.46.1-to-...</li>
    <li><a
    href="https://github.com/moby/moby/commit/d151b0f87f9673f206b477c90db25956e1704ba5"><code>d151b0f</code></a>
    vendor: OTEL v0.46.1 / v1.21.0</li>
    <li><a
    href="https://github.com/moby/moby/commit/c6ba9a5124603357bfc4a64971cbb9708180f06e"><code>c6ba9a5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/docker/issues/48225">#48225</a>
    from austinvazquez/backport-workflow-artifact-reten...</li>
    <li><a
    href="https://github.com/moby/moby/commit/4673a3ca2c37ae30270a29c281ccd9477107dcee"><code>4673a3c</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/docker/issues/48227">#48227</a>
    from austinvazquez/backport-backport-branch-check-t...</li>
    <li><a
    href="https://github.com/moby/moby/commit/30f89081028ce6fb1b49a71c02c156dacbe9aa62"><code>30f8908</code></a>
    github/ci: Check if backport is opened against the expected branch</li>
    <li><a
    href="https://github.com/moby/moby/commit/7454d6a2e672b0b977aaa14463c9aeb53acd06af"><code>7454d6a</code></a>
    ci: update workflow artifacts retention</li>
    <li><a
    href="https://github.com/moby/moby/commit/65cc597cea28cdc25bea3b8a86384b4251872919"><code>65cc597</code></a>
    Merge commit from fork</li>
    <li><a
    href="https://github.com/moby/moby/commit/b722836927669b414569c42f096869cd800b59a6"><code>b722836</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/docker/issues/48199">#48199</a>
    from austinvazquez/update-containerd-binary-to-1.7.20</li>
    <li><a
    href="https://github.com/moby/moby/commit/e8ecb9c76d97579ebbf3f9d3ef770d08ac303809"><code>e8ecb9c</code></a>
    update containerd binary to v1.7.20</li>
    <li><a
    href="https://github.com/moby/moby/commit/e6cae1f2373d4ff37499570e67f23b2cebb7a043"><code>e6cae1f</code></a>
    update containerd binary to v1.7.19</li>
    <li>Additional commits viewable in <a
    href="https://github.com/docker/docker/compare/v24.0.9...v25.0.6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=24.0.9+incompatible&new-version=25.0.6+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/slsa-framework/slsa-github-generator/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    dependabot[bot] authored and ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3e59e2f View commit details
    Browse the repository at this point in the history
  90. chore(config): migrate renovate config (#3774)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    The Renovate config in this repository needs migrating. Typically this
    is because one or more configuration options you are using have been
    renamed.
    
    You don't need to merge this PR right away, because Renovate will
    continue to migrate these fields internally each time it runs. But later
    some of these fields may be fully deprecated and the migrations removed.
    So it's a good idea to merge this migration PR soon.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about config
    migration again, but one day your current config may no longer be valid.
    
    ❓ Got questions? Does something look wrong to you? Please don't hesitate
    to [request help
    here](https://togithub.com/renovatebot/renovate/discussions).
    
    ---
    
    This PR was generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
    [repository job
    log](https://developer.mend.io/github/slsa-framework/slsa-github-generator).
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    renovate-bot authored and ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2ad522f View commit details
    Browse the repository at this point in the history
  91. lint

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6226035 View commit details
    Browse the repository at this point in the history
  92. fix help text

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b140466 View commit details
    Browse the repository at this point in the history
  93. remove debug fiel

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6cc335f View commit details
    Browse the repository at this point in the history
  94. Revert "remove debug fiel"

    This reverts commit 8cde63a.
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cea513d View commit details
    Browse the repository at this point in the history
  95. remove unused rekor addr, use trusted root for partial inline

    verification
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    91fc61e View commit details
    Browse the repository at this point in the history
  96. remove debug workflow

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fe7600c View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    9ced693 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update pre-submit.lint.yml

    Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
    ramonpetgrave64 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    585dbb3 View commit details
    Browse the repository at this point in the history
  2. upgrade golancilint

    ramonpetgrave64 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5deab1b View commit details
    Browse the repository at this point in the history
  3. lint

    ramonpetgrave64 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b0342eb View commit details
    Browse the repository at this point in the history