Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test 2.0.0 ghaction #49

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f8e8f43
Update kics-gh-action.yaml
gabriel-cx Aug 3, 2023
4bcad73
Update kics-gh-action.yaml
gabriel-cx Aug 3, 2023
7e91d6e
Update kics-gh-action.yaml
gabriel-cx Aug 3, 2023
dff8811
Merge branch 'Checkmarx:master' into master
gabriel-cx Aug 31, 2023
2972510
Update kics-gh-action.yaml
gabriel-cx Aug 31, 2023
f9d391b
Merge branch 'Checkmarx:master' into master
gabriel-cx Sep 14, 2023
6c13fa9
Update kics-gh-action.yaml
gabriel-cx Sep 14, 2023
b67e665
Merge branch 'Checkmarx:master' into master
gabriel-cx Oct 2, 2023
20acfa3
Update kics-gh-action.yaml
gabriel-cx Oct 2, 2023
54e61ad
Merge branch 'Checkmarx:master' into master
gabriel-cx Oct 4, 2023
d84d03c
Update kics-gh-action.yaml
gabriel-cx Nov 9, 2023
f89dbf4
Merge branch 'Checkmarx:master' into master
gabriel-cx Nov 9, 2023
14f7848
Update kics-gh-action.yaml
gabriel-cx Dec 7, 2023
3abc80b
Merge branch 'Checkmarx:master' into master
gabriel-cx Dec 7, 2023
55aa42c
Merge branch 'Checkmarx:master' into master
gabriel-cx Dec 20, 2023
32e16f6
Update kics-gh-action.yaml
gabriel-cx Dec 20, 2023
17b056a
Merge branch 'Checkmarx:master' into master
gabriel-cx Feb 6, 2024
c8bde6c
Update kics-gh-action.yaml
gabriel-cx Feb 6, 2024
760e32e
Merge branch 'Checkmarx:master' into master
gabriel-cx Feb 23, 2024
b09fbe9
Update kics-gh-action.yaml
gabriel-cx Feb 23, 2024
9b0d386
Merge branch 'Checkmarx:master' into master
gabriel-cx Mar 4, 2024
6094b50
Update kics-gh-action.yaml
gabriel-cx Mar 4, 2024
831f2e0
Update kics-gh-action.yaml
gabriel-cx Apr 18, 2024
a54f59d
Update README.md
gabriel-cx Apr 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kics-gh-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run KICS Scan
uses: checkmarx/kics-github-action@v1.7.0
uses: gabriel-cx/kics-github-action@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "./Dockerfile"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
[![Go Coverage](https://raw.githubusercontent.com/Checkmarx/kics/gh-pages/coverage.svg)](https://docs.kics.io/coverage.html)






<img alt="KICS - Keep Infrastructure as Code Secure" src="docs/img/logo/kics_new_logo_2022_dark.png#gh-light-mode-only" width="500">
<img alt="KICS - Keep Infrastructure as Code Secure" src="docs/img/logo/kics_new_logo_2022_white.png#gh-dark-mode-only" width="500">

Expand Down
Loading