Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hadolint/hadolint-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: hadolint/hadolint-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 20 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 25, 2022

  1. prettify readme

    mikenye committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    8a428b4 View commit details
    Browse the repository at this point in the history
  2. more info for inputs

    mikenye committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    89e60e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from mikenye/master

    Update README.md
    lorenzo authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    289302a View commit details
    Browse the repository at this point in the history
  4. fix example

    lorenzo authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    83b3de1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. feat: use 'set-output name=results'

    This will introduce a parameter with name results that holds the
    hadolint output. Other steps in a workflow can make use of this.
    
    Also fix an error with the piping to tee that was broken.
    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bc289f2 View commit details
    Browse the repository at this point in the history
  2. chore: fix typos

    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1878581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    262f403 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ea0325 View commit details
    Browse the repository at this point in the history
  5. chore: typo

    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0c7fcaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3462c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8bbf35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fc1b0e View commit details
    Browse the repository at this point in the history
  9. chore: fix issue with multiline strings in output

    Looking at [1] this should do some magic, so let's see.
    
    [1] https://github.community/t/set-output-truncates-multiline-strings/16852
    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1dd44fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    652bc66 View commit details
    Browse the repository at this point in the history
  11. chore: use env var

    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a78be8d View commit details
    Browse the repository at this point in the history
  12. chore: typo in step id

    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    724e05f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2faf5c6 View commit details
    Browse the repository at this point in the history
  14. chore: update readme

    harmw committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d73282b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5599100 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #55 from harmw/set-output

    feat: expose results of hadolint to env var
    lorenzo authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f988afe View commit details
    Browse the repository at this point in the history
Loading