Skip to content

Update module github.com/aws/aws-sdk-go to v1.55.5 #1002

Update module github.com/aws/aws-sdk-go to v1.55.5

Update module github.com/aws/aws-sdk-go to v1.55.5 #1002

Workflow file for this run

name: kics-github-action
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
kics-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run KICS Scan
uses: checkmarx/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "."
ignore_on_exit: results
exclude_queries: "b03a748a-542d-44f4-bb86-9199ab4fd2d5,e592a0c5-5bdb-414c-9066-5dba7cdea370"
enable_comments: true