We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌈 completed ci.yaml warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/ci.yaml:69:9 | 69 | - name: Checkout code | _________- 70 | | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3 | |________________________________________________________________________________- does not set persist-credentials: false | = note: audit confidence → Low warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/ci.yaml:108:9 | 108 | - name: Checkout code | _________- 109 | | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3 | |________________________________________________________________________________- does not set persist-credentials: false | = note: audit confidence → Low warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/ci.yaml:146:7 | 146 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | --------------------------------------------------------------- does not set persist-credentials: false | = note: audit confidence → Low warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/ci.yaml:38:9 | 38 | - name: Checkout code | _________- 39 | | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3 | |________________________________________________________________________________- does not set persist-credentials: false | = note: audit confidence → Low warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/ci.yaml:90:9 | 90 | - name: Checkout code | _________- 91 | | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3 | |________________________________________________________________________________- does not set persist-credentials: false | = note: audit confidence → Low warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/ci.yaml:225:9 | 225 | - name: Checkout code | _________- 226 | | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3 | |________________________________________________________________________________- does not set persist-credentials: false | = note: audit confidence → Low 6 findings (0 ignored): 0 unknown, 0 informational, 0 low, 6 medium, 0 high
The text was updated successfully, but these errors were encountered:
Don't persist credentials in actions/checkout
af95624
Fixes guacsec#2267 Signed-off-by: Ben Cotton <ben@kusari.dev>
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: