mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-24 13:48:02 +07:00
Day 13: Additional Secure Coding Practices
This commit is contained in:
parent
93bc495479
commit
e781b5ac97
@ -70,10 +70,10 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: hadolint/hadolint-action@v2.1.0
|
- uses: hadolint/hadolint-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
```
|
```
|
||||||
|
|
||||||
1. This workflow will run on every push to the "main" branch, and will run the hadolint command on the "Dockerfile" file.
|
1. This workflow will run on every push to the "main" branch, and will run the hadolint command on the "Dockerfile" file.
|
||||||
|
Loading…
Reference in New Issue
Block a user