Skip to content

ci(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3 #8203

ci(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3

ci(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3 #8203

name: kics-github-action
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
kics-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run KICS Scan
uses: checkmarx/kics-github-action@252e73959bd4809a14863cbfbb42d7a90d5a4860 # v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "./Dockerfile"
ignore_on_exit: results
enable_comments: true
output_path: ./results
output_formats: json,html
type: dockerfile
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: results
path: ./results