1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00

chore: add simple integration test

This commit is contained in:
Harm Weites 2022-03-31 09:57:07 +02:00
parent 1878581f63
commit 262f403978
No known key found for this signature in database
GPG key ID: 512F961398DC5619

View file

@ -71,11 +71,16 @@ jobs:
- name: Run integration test 5 - output format
# This step will never fail, but will print out rule violations.
id: hadolint5
uses: ./
with:
dockerfile: testdata/warning.Dockerfile
config: testdata/hadolint.yaml
- name: Run integration test 6 - verify results output parameter
# This step will never fail, but will print out the results from step5
run: echo {{ steps.hadolint5.outputs.results }}
#- name: Run integration test 6 - output to file
# # This step will never fail, but will print out rule violations.
# uses: ./