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 reusable-local-build.yaml warning[artipacked]: credential persistence through GitHub Actions artifacts --> .github/workflows/reusable-local-build.yaml:34:9 | 34 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | _________- 35 | | with: 36 | | repository: ${{ inputs.repository }} 37 | | ref: ${{ inputs.ref }} | |________________________________- does not set persist-credentials: false | = note: audit confidence → Low 1 findings (0 ignored): 0 unknown, 0 informational, 0 low, 1 medium, 0 high
The text was updated successfully, but these errors were encountered:
Don't persist credentials in checkout
d88c7a7
Fixes guacsec#2274 Signed-off-by: Ben Cotton <ben@kusari.dev>
57daaa6
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: