Skip to content
New issue

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

Migrate to reusable workflow #16

Merged
merged 1 commit into from
Mar 16, 2023
Merged

Migrate to reusable workflow #16

merged 1 commit into from
Mar 16, 2023

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented Mar 16, 2023

Description

Migrate to reusable workflow

Related to wabarc/.github#1

Checklist

@welcome
Copy link

welcome bot commented Mar 16, 2023

Thanks for opening this pull request!. We should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

uses: wabarc/.github/.github/workflows/reusable-trivy.yml@main
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results

Check failure

Code scanning / Scorecard

Token-Permissions

score is 9: jobLevel 'security-events' permission set to 'write' Click Remediation section below to solve this issue
github.ref == 'refs/heads/main'
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write

Check failure

Code scanning / Scorecard

Token-Permissions

score is 9: jobLevel 'security-events' permission set to 'write' Click Remediation section below to solve this issue
codeql:
name: CodeQL
permissions:
security-events: write

Check failure

Code scanning / Scorecard

Token-Permissions

score is 9: jobLevel 'security-events' permission set to 'write' Click Remediation section below to solve this issue
uses: wabarc/.github/.github/workflows/reusable-semgrep.yml@main
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write

Check failure

Code scanning / Scorecard

Token-Permissions

score is 9: jobLevel 'security-events' permission set to 'write' Click Remediation section below to solve this issue
archive-org/*
needs: [ build ]
permissions:
contents: write

Check failure

Code scanning / Scorecard

Token-Permissions

score is 9: jobLevel 'contents' permission set to 'write' Click Remediation section below to solve this issue
@waybackarchiver waybackarchiver merged commit f3180be into main Mar 16, 2023
@waybackarchiver waybackarchiver deleted the reusable-workflows branch March 16, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant