Skip to content

Reusable workflows#33

Merged
waybackarchiver merged 3 commits intomainfrom
reusable-workflows
Mar 16, 2023
Merged

Reusable workflows#33
waybackarchiver merged 3 commits intomainfrom
reusable-workflows

Conversation

@waybackarchiver
Copy link
Copy Markdown
Contributor

@waybackarchiver waybackarchiver commented Mar 16, 2023

Description

Migrate reusable workflow

Related to wabarc/.github#1

Checklist

@welcome
Copy link
Copy Markdown

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.

2 participants