We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95f10e commit 441af9dCopy full SHA for 441af9d
.github/workflows/checkovScrapper.yml
@@ -73,5 +73,5 @@ jobs:
73
- name: Create Pull Request
74
if: env.changed == 'true'
75
run: |
76
- gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }}
77
- gh pr create --title "Update Checkov severity mapping" --body "Automated update of Checkov severity mapping" --base main --head $BRANCH_NAME --label automated update
+ echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
+ gh pr create --title "Update Checkov severity mapping" --body "Automated update of Checkov severity mapping" --base main --head $BRANCH_NAME --label "automated update"
0 commit comments