Skip to content

Commit

Permalink
Dockle
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilBaah committed Mar 2, 2024
1 parent e377835 commit 10b713b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -76,4 +82,4 @@ jobs:
format: 'list'
exit-code: '1'
exit-level: 'warn'
ignore: 'CIS-DI-0001,DKL-DI-0006'
ignore: 'CIS-DI-0001,DKL-DI-0006,DKL-DI-0005,CIS-DI-0010,CIS-DI-0007'

0 comments on commit 10b713b

Please sign in to comment.