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

Reusable workflows #33

Merged
merged 3 commits into from
Mar 16, 2023
Merged

Reusable workflows #33

merged 3 commits into from
Mar 16, 2023

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented Mar 16, 2023

Description

Migrate 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-is/*
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
- name: Set up Tor
uses: tor-actions/setup-tor@main
- name: Set up Tor
uses: tor-actions/setup-tor@main

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 8: third-party GitHubAction not pinned by hash Click Remediation section below to solve this issue
daemon: true
port: 9050
- name: Set up Tor
uses: tor-actions/setup-tor@main

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 8: third-party GitHubAction not pinned by hash Click Remediation section below to solve this issue
@waybackarchiver waybackarchiver merged commit c2aa325 into main Mar 16, 2023
@waybackarchiver waybackarchiver deleted the reusable-workflows branch March 16, 2023 13:43
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