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: expose results of hadolint to env var #55

Merged
merged 15 commits into from Mar 31, 2022

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