1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00
This commit is contained in:
Akhil Anand 2024-05-16 08:54:29 -07:00 committed by GitHub
commit 1d7b866c0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/kicks-scan.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Scan for misconfigurations
on:
pull_request:
push:
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Scan for misconfigurations
uses: Checkmarx/kics-github-action@v1.7.0
with:
path: ./Dockerfile
verbose: true