-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dynamo endpoint for aws (#413)
- Loading branch information
1 parent
297b787
commit 010d3d0
Showing
3 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
# name: Analysis | ||
name: Analysis | ||
|
||
# on: | ||
# push: | ||
# branches: [main] | ||
# pull_request: | ||
# types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] | ||
# schedule: | ||
# - cron: "29 22 * * 4" | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] | ||
schedule: | ||
- cron: "29 22 * * 4" | ||
|
||
# permissions: | ||
# contents: read | ||
permissions: | ||
contents: read | ||
|
||
# jobs: | ||
# trivy: | ||
# permissions: | ||
# contents: read | ||
# security-events: write | ||
# name: Trivy Security Scan | ||
# if: ${{ ! github.event.pull_request.draft }} | ||
# runs-on: ubuntu-22.04 | ||
# timeout-minutes: 1 | ||
# steps: | ||
# - name: Checkout code | ||
# uses: actions/checkout@v3 | ||
jobs: | ||
trivy: | ||
permissions: | ||
contents: read | ||
security-events: write | ||
name: Trivy Security Scan | ||
if: ${{ ! github.event.pull_request.draft }} | ||
runs-on: ubuntu-22.04 | ||
timeout-minutes: 1 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
# - name: Run Trivy vulnerability scanner | ||
# uses: aquasecurity/trivy-action@0.22.0 | ||
# with: | ||
# format: "sarif" | ||
# output: "trivy-results.sarif" | ||
# ignore-unfixed: true | ||
# scan-type: "fs" | ||
# scanners: "vuln,secret,config" | ||
# severity: "CRITICAL,HIGH" | ||
- name: Run Trivy vulnerability scanner | ||
uses: aquasecurity/trivy-action@0.22.0 | ||
with: | ||
format: "sarif" | ||
output: "trivy-results.sarif" | ||
ignore-unfixed: true | ||
scan-type: "fs" | ||
scanners: "vuln,secret,config" | ||
severity: "CRITICAL,HIGH" | ||
|
||
# - name: Print SARIF file | ||
# run: cat trivy-results.sarif | ||
- name: Print SARIF file | ||
run: cat trivy-results.sarif | ||
|
||
# - name: Upload Trivy scan results to GitHub Security tab | ||
# uses: github/codeql-action/upload-sarif@v3 | ||
# with: | ||
# sarif_file: "trivy-results.sarif" | ||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/upload-sarif@v3 | ||
with: | ||
sarif_file: "trivy-results.sarif" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Ignore possible issue with empty URI | ||
AVD-AWS-0112 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters