Skip to content

chore(deps): update terraform modules: Bump hashicorp/awscc from 1.27.0 to 1.28.0 in /samples/bedrock-guardrails #309

chore(deps): update terraform modules: Bump hashicorp/awscc from 1.27.0 to 1.28.0 in /samples/bedrock-guardrails

chore(deps): update terraform modules: Bump hashicorp/awscc from 1.27.0 to 1.28.0 in /samples/bedrock-guardrails #309

Workflow file for this run

name: checkov
on:
pull_request: {}
workflow_dispatch: {}
push:
branches:
- main
permissions: read-all
jobs:
bandit:
name: checkov/ci
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
security-events: write
actions: read
if: (github.actor != 'dependabot[bot]')
steps:
- name: Checkout project
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: 3.x
- name: Run Checkov
run: pip install checkov && ( checkov --quiet --output cli --output json --output-file-path console,checkov.json --directory . || echo "checkov non-zero $?" )
- name: Store Checkov as Artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: checkov.json
path: checkov.json