File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ To use the script, specify the following required environment variables:
1515 * ` cc_apikey `
1616 * ` cc_region `
1717 * ` template `
18- * ` acceptedQty ` (default: ` 0 ` )
18+ * ` acceptedQty ` (Options: LOW | MEDIUM | HIGH | VERY-HIGH | EXTREME, Default: LOW )
1919
2020 ** PS.: ALWAYS use secrets to expose your credentials!**
2121
@@ -36,10 +36,10 @@ jobs:
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Cloud One Conformity Pipeline Scanner
39- uses : raphabot/conformity-template-scanner-pipeline@v15
39+ uses : raphabot/conformity-template-scanner-pipeline@version
4040 env :
4141 cc_apikey : ${{ secrets.apikey }}
42- acceptedQty : 10
42+ acceptedQty : LOW
4343 cc_region : us-west-2
4444 template : template.yaml
4545` ` `
You can’t perform that action at this time.
0 commit comments