Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.36.1 #8435

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.36.1

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.36.1 #8435

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@5a6152ef88416063435cebadfec9de28bcfd041d # v2.1.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "./Dockerfile"
ignore_on_exit: results
enable_comments: true
output_path: ./results
output_formats: json,html
type: dockerfile
exclude_queries: 67fd0c4a-68cf-46d7-8c41-bc9fba7e40ae # Ignore Last User Is 'root'
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: results
path: ./results