Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Support Running Without GitHub Token/Integration #217

Closed
naftulikay opened this issue Dec 1, 2021 · 1 comment
Closed

Support Running Without GitHub Token/Integration #217

naftulikay opened this issue Dec 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@naftulikay
Copy link

Motivation

Setting up a GitHub token usually isn't easy and often requires access that I, as a member of an organization, don't have. Presently, if token is not passed, the job fails. All I'd like it to do is to run cargo audit without needing to access/update anything in GitHub. I simply want my build to fail with reports on what vulnerabilities were found in the logs within GitHub Actions.

Workflow example

jobs:
  audit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: actions-rs/audit-check@v1
@naftulikay
Copy link
Author

Duplicate of #180.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant