Skip to content

Commit 9f925ca

Browse files
updating dist (#13)
Also contains some minor changes to README. --------- Co-authored-by: Adish Agarwal <[email protected]>
1 parent 9ae22e0 commit 9f925ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
id-token: 'write'
4343

4444
steps:
45+
- uses: 'actions/checkout@v4'
4546
- id: 'auth'
4647
uses: 'google-github-actions/auth@v2'
4748
with:
@@ -57,7 +58,7 @@ jobs:
5758
iac_version: '1.0.0'
5859
scan_timeout: '1m'
5960
ignore_violations: false
60-
failure_criteria: 'High:1,Medium:1,Low:1,Operator:or'
61+
failure_criteria: 'High:1,Medium:1,Low:1,Operator:OR'
6162
fail_silently: true
6263

6364
- if: ${{ steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '' }}
@@ -100,7 +101,7 @@ jobs:
100101

101102
If the `failure_criteria` evaluates to `true`, the workflow is marked as
102103
`FAILED`. Otherwise, the workflow is marked as `SUCCESS`. The default is
103-
"Critical:1, High:1, Medium:1, Low:1, Operator:or".
104+
"Critical:1, High:1, Medium:1, Low:1, Operator:OR".
104105

105106
- `fail_silently`: (Optional) If set to true, workflow will not fail in case
106107
of any internal error including invalid credentials and plugin dependency

dist/main/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)