mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-24 05:41:19 +07:00
Day 13: Additional Secure Coding Practices
This commit is contained in:
parent
93bc495479
commit
e781b5ac97
@ -70,10 +70,10 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: hadolint/hadolint-action@v2.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
- uses: actions/checkout@v2
|
||||
- uses: hadolint/hadolint-action@v2.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
```
|
||||
|
||||
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